You can use ScrollConfiguration widget to pass a spesific scroll behaviour to the widget tree . ScrollConfiguration( behavior: ScrollConfiguration. of(context). copyWith(scrollbars: false), child: ListView(…) )
Read moreHow do you make a scrollable in flutter?
We can make the text scrollable in flutter using these 2 widgets:
Read moreWhat is scrollable in flutter?
A ScrollView that creates custom scroll effects using slivers . DraggableScrollableSheet. A container for a Scrollable that responds to drag gestures by resizing the scrollable until a limit is reached, and then scrolling.
Read moreWhat do you mean by scroll bar?
Definition of scroll bar computers. : a narrow bar along the bottom or side of a window that one clicks on with a mouse to see parts of the window that are hidden .
Read more