ScrollExtension extension
Extension method to directly access SingleChildScrollView with any widget without wrapping or with dot operator.
- on
Methods
-
scrollHorizontal(
{Key? key, ScrollController? controller, ScrollPhysics? physics, EdgeInsetsGeometry? padding}) → Widget -
Available on Widget, provided by the ScrollExtension extension
Extension method to directly access SingleChildScrollView horizontally with any widget without wrapping or with dot operator. -
scrollVertical(
{Key? key, ScrollController? controller, ScrollPhysics? physics, EdgeInsetsGeometry? padding}) → Widget -
Available on Widget, provided by the ScrollExtension extension
Extension method to directly access SingleChildScrollView vertically with any widget without wrapping or with dot operator.