PaddingExtension extension

Extension for easier access to padding values

on

Properties

hasAnyPadding bool

Available on EdgeInsets, provided by the PaddingExtension extension

Returns if any padding exists
no setter
hasBottomPadding bool

Available on EdgeInsets, provided by the PaddingExtension extension

Returns if there's bottom padding (like navigation bar)
no setter
hasTopPadding bool

Available on EdgeInsets, provided by the PaddingExtension extension

Returns if there's top padding (like status bar)
no setter
horizontal double

Available on EdgeInsets, provided by the PaddingExtension extension

Returns horizontal padding (left + right)
no setter
vertical double

Available on EdgeInsets, provided by the PaddingExtension extension

Returns vertical padding (top + bottom)
no setter