SpaceExt extension
Extension to add spacing functionality for a list of widgets.
Methods
-
hSpaced(
double space) → List< Widget> -
Available on List<
Inserts horizontal spacing between each widget in the list.Widget> , provided by the SpaceExt extension -
spaced(
double space) → List< Widget> -
Available on List<
Inserts horizontal and vertical spacing between each widget in the list.Widget> , provided by the SpaceExt extension -
vSpaced(
double space) → List< Widget> -
Available on List<
Inserts vertical spacing between each widget in the list.Widget> , provided by the SpaceExt extension