SpacingIntExt extension

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

on

Properties

hSpacing SizedBox

Available on int, provided by the SpacingIntExt extension

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

Available on int, provided by the SpacingIntExt extension

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

Available on int, provided by the SpacingIntExt extension

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