EdgeInsetsDouble extension

Extension on double to create EdgeInsetsGeometry with fluent syntax

on

Properties

allPad EdgeInsets

Available on double, provided by the EdgeInsetsDouble extension

Creates EdgeInsets with all sides equal to this value
no setter
bottomPad EdgeInsets

Available on double, provided by the EdgeInsetsDouble extension

Creates EdgeInsets with only bottom padding
no setter
horiPad EdgeInsets

Available on double, provided by the EdgeInsetsDouble extension

Creates EdgeInsets with horizontal (left and right) sides equal to this value
no setter
leftPad EdgeInsets

Available on double, provided by the EdgeInsetsDouble extension

Creates EdgeInsets with only left padding
no setter
rightPad EdgeInsets

Available on double, provided by the EdgeInsetsDouble extension

Creates EdgeInsets with only right padding
no setter
topPad EdgeInsets

Available on double, provided by the EdgeInsetsDouble extension

Creates EdgeInsets with only top padding
no setter
vertPad EdgeInsets

Available on double, provided by the EdgeInsetsDouble extension

Creates EdgeInsets with vertical (top and bottom) sides equal to this value
no setter