FUISingleChildScrollView
For scrolling functionality, if a widget exceeds the screen size or layout boundaries, the FUISingleChildScrollView is a recommended containing widget. Similar to Flutter’s SingleChildScrollView widget, the FUISingleChildScrollView offers the same scrolling functionality with a themed scroll bar consistent with the UI Kit's aesthetics.
Widget Class Location
The FUISingleChildScrollView widget class could be found in:
Usage
Major Parameters
Parameters | Description |
|---|---|
FUIColorScheme fuiColorScheme | Allows you the select the desired color scheme for the scroll view. This affects the color of the scroll bar. |
Color? scrollbarColor | Setting a custom color for the scroll bar. This will override the color suggested by fuiColorScheme. |
Other Parameters
The other parameters correspond to Flutter's SingleChildScrollView.