MoyeNumberExtension extension

extension of the num to contain more useful helper methods and getters

on

Properties

allInset EdgeInsets

Available on num, provided by the MoyeNumberExtension extension

returns an EdgeInsets that includes this number as a padding for all sides
no setter
bottomInset EdgeInsets

Available on num, provided by the MoyeNumberExtension extension

no setter
expanded Widget

Available on num, provided by the MoyeNumberExtension extension

creates an Expanded Widget with SizedBox as its child and has this num as it's flex
no setter
heightBox Widget

Available on num, provided by the MoyeNumberExtension extension

creates a Widget that has this num as its height
no setter
horizontalInset EdgeInsets

Available on num, provided by the MoyeNumberExtension extension

returns an EdgeInsets that uses num as for horizontal insets
no setter
leftInset EdgeInsets

Available on num, provided by the MoyeNumberExtension extension

no setter
rightInset EdgeInsets

Available on num, provided by the MoyeNumberExtension extension

no setter
topInset EdgeInsets

Available on num, provided by the MoyeNumberExtension extension

no setter
verticalInset EdgeInsets

Available on num, provided by the MoyeNumberExtension extension

returns an EdgeInsets that uses num as for vertical insets
no setter
widthBox Widget

Available on num, provided by the MoyeNumberExtension extension

creates a SizedBox that has this num as its width
no setter