container/standard_column library
Functions
-
centerColumn(
Iterable< Widget> children, {Color? color}) → Widget -
centerRow(
Iterable< Widget> children) → Widget -
column(
Iterable< Widget> children, {Color? color, WidgetWrapper? wrapper, Widget ifEmpty()?}) → Widget -
row(
Iterable< Widget> children) → Widget -
stack(
Iterable< Widget> children, {AlignmentGeometry? alignment}) → Widget -
wrap(
{Iterable< Widget> ? children, double runspacing = 5, double spacing = 10}) → Widget
Typedefs
- WidgetWrapFn = Widget Function(WidgetBuilder builder)
- WidgetWrapper = Widget Function(Widget widget)