SpacingExtensions extension

Extension methods for easy spacing and sizing

on

Properties

all EdgeInsets

Available on num, provided by the SpacingExtensions extension

Creates EdgeInsets with all sides equal
no setter
bottom EdgeInsets

Available on num, provided by the SpacingExtensions extension

Creates EdgeInsets for bottom padding only
no setter
bottomRadius BorderRadius

Available on num, provided by the SpacingExtensions extension

Creates BorderRadius for bottom corners only
no setter
height SizedBox

Available on num, provided by the SpacingExtensions extension

Creates a SizedBox with height
no setter
horizontal EdgeInsets

Available on num, provided by the SpacingExtensions extension

Creates EdgeInsets for horizontal padding
no setter
left EdgeInsets

Available on num, provided by the SpacingExtensions extension

Creates EdgeInsets for left padding only
no setter
leftRadius BorderRadius

Available on num, provided by the SpacingExtensions extension

Creates BorderRadius for left corners only
no setter
milliseconds Duration

Available on num, provided by the SpacingExtensions extension

Creates Duration in milliseconds
no setter
radius BorderRadius

Available on num, provided by the SpacingExtensions extension

Creates BorderRadius with all corners equal
no setter

Available on num, provided by the SpacingExtensions extension

Creates EdgeInsets for right padding only
no setter
rightRadius BorderRadius

Available on num, provided by the SpacingExtensions extension

Creates BorderRadius for right corners only
no setter
seconds Duration

Available on num, provided by the SpacingExtensions extension

Creates Duration in seconds
no setter
square SizedBox

Available on num, provided by the SpacingExtensions extension

Creates a square SizedBox
no setter
top EdgeInsets

Available on num, provided by the SpacingExtensions extension

Creates EdgeInsets for top padding only
no setter
topRadius BorderRadius

Available on num, provided by the SpacingExtensions extension

Creates BorderRadius for top corners only
no setter
vertical EdgeInsets

Available on num, provided by the SpacingExtensions extension

Creates EdgeInsets for vertical padding
no setter
width SizedBox

Available on num, provided by the SpacingExtensions extension

Creates a SizedBox with width
no setter