WidgetScrollExt extension
- on
Methods
-
bothScrollBar(
{ScrollController? hor, ScrollController? ver, int horDepth = 0, int verDepth = 0, ScrollPhysics? physics}) → Widget -
Available on Widget, provided by the WidgetScrollExt extension
-
fillOrScrollX(
{required double width, ScrollController? controller}) → Widget -
Available on Widget, provided by the WidgetScrollExt extension
-
horizontalScroll(
{ScrollController? controller, ScrollPhysics? physics}) → SingleChildScrollView -
Available on Widget, provided by the WidgetScrollExt extension
-
horScrollBar(
{ScrollController? controller, int depth = 0, ScrollPhysics? physics}) → Widget -
Available on Widget, provided by the WidgetScrollExt extension
-
scrollBarView(
{required Axis axis, ScrollController? controller, int depth = 0, ScrollPhysics? physics}) → Widget -
Available on Widget, provided by the WidgetScrollExt extension
-
scrollView(
{Axis direction = Axis.vertical, EdgeInsets? padding, ScrollController? controller, ScrollPhysics? physics}) → SingleChildScrollView -
Available on Widget, provided by the WidgetScrollExt extension
-
verScrollBar(
{ScrollController? controller, int depth = 0, ScrollPhysics? physics}) → Widget -
Available on Widget, provided by the WidgetScrollExt extension
-
verticalScroll(
{ScrollController? controller, ScrollPhysics? physics}) → SingleChildScrollView -
Available on Widget, provided by the WidgetScrollExt extension