SpaceExt extension

Extension to add spacing functionality for a list of widgets.

on

Methods

hSpaced(double space) List<Widget>

Available on List<Widget>, provided by the SpaceExt extension

Inserts horizontal spacing between each widget in the list.
spaced(double space) List<Widget>

Available on List<Widget>, provided by the SpaceExt extension

Inserts horizontal and vertical spacing between each widget in the list.
vSpaced(double space) List<Widget>

Available on List<Widget>, provided by the SpaceExt extension

Inserts vertical spacing between each widget in the list.