SpacingDoubleExt extension

Provides a set of utility methods to work with spacing in a more expressive way. e.g. 10.5.spacing instead of SizedBox(width: 10.5, height: 10.5)

on

Properties

hSpacing SizedBox

Available on double, provided by the SpacingDoubleExt extension

Returns a SizedBox with the width set to this value.
no setter
spacing SizedBox

Available on double, provided by the SpacingDoubleExt extension

Returns a SizedBox with the width and height set to this value.
no setter
vSpacing SizedBox

Available on double, provided by the SpacingDoubleExt extension

Returns a SizedBox with the height set to this value.
no setter