InqvineDesignDoubleExtensions extension

on

Properties

asBorderRadiusCircular BorderRadius
Returns a BorderRadius of given size
no setter
asHeightWidget Widget
Returns a SizedBox with height of given size
no setter
asPaddingAll EdgeInsets
Returns EdgeInsets of given size on all sides
no setter
asPaddingB EdgeInsets
Returns EdgeInsets of given size along the bottom edge only
no setter
asPaddingL EdgeInsets
Returns EdgeInsets of given size along the left edge only
no setter
asPaddingLBR EdgeInsets
Returns EdgeInsets of given size along the bottom, left, and right edges only
no setter
asPaddingLR EdgeInsets
Returns EdgeInsets of given size along the left, and right edges only
no setter
asPaddingLTR EdgeInsets
Returns EdgeInsets of given size along the top, bottom, and left edges only
no setter
asPaddingR EdgeInsets
Returns EdgeInsets of given size along the right edge only
no setter
asPaddingT EdgeInsets
Returns EdgeInsets of given size along the top edge only
no setter
asPaddingTB EdgeInsets
Returns EdgeInsets of given size along the top, and bottom edges only
no setter
asRadiusCircular Radius
Returns a Radius of given size
no setter
asWidthWidget Widget
Returns a SizedBox with width of given size
no setter