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 sidesno 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 flexno setter - heightBox → Widget
-
Available on num, provided by the MoyeNumberExtension extension
creates a Widget that has this num as its heightno setter - horizontalInset → EdgeInsets
-
Available on num, provided by the MoyeNumberExtension extension
returns an EdgeInsets that uses num as for horizontal insetsno 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 insetsno setter - widthBox → Widget
-
Available on num, provided by the MoyeNumberExtension extension
creates a SizedBox that has this num as its widthno setter