I display a PageView (with horizontal scrolling) on one the screens for my app. I have wrapped this PageView widget with a ScrollBar widget to display a scrollbar. The scrollbar shows up and works correctly with scrolling, but by default it shows up at the bottom of the PageView.
Below is a code snipped to display the scrollbar at the bottom of PageView widget.
Scrollbar(showTrackOnHover: true,But I want to display the scrollbar at the top of the PageView. Is there a way, that the scrollbar to be displayed at the top of my PageView widget?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/fbd1a94d-017f-4b97-a62a-a2bc21aec76fn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/cad42861-1a2c-49a6-8b6a-bbe9e811ea36n%40googlegroups.com.