MoyeNumberExtension extension

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

on

Properties

allInset EdgeInsets
returns an EdgeInsets that includes this number as a padding for all sides
no setter
bottomInset EdgeInsets
no setter
expanded Widget
creates an Expanded Widget with SizedBox as its child and has this num as it's flex
no setter
heightBox Widget
creates a Widget that has this num as its height
no setter
horizontalInset EdgeInsets
returns an EdgeInsets that uses num as for horizontal insets
no setter
leftInset EdgeInsets
no setter
rightInset EdgeInsets
no setter
topInset EdgeInsets
no setter
verticalInset EdgeInsets
returns an EdgeInsets that uses num as for vertical insets
no setter
widthBox Widget
creates a SizedBox that has this num as its width
no setter