EdgeInsetsInt extension

Extension on int to create EdgeInsetsGeometry with fluent syntax

on

Properties

allPad EdgeInsets

Available on int, provided by the EdgeInsetsInt extension

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

Available on int, provided by the EdgeInsetsInt extension

Creates EdgeInsets with only bottom padding
no setter
horiPad EdgeInsets

Available on int, provided by the EdgeInsetsInt extension

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

Available on int, provided by the EdgeInsetsInt extension

Creates EdgeInsets with only left padding
no setter
rightPad EdgeInsets

Available on int, provided by the EdgeInsetsInt extension

Creates EdgeInsets with only right padding
no setter
topPad EdgeInsets

Available on int, provided by the EdgeInsetsInt extension

Creates EdgeInsets with only top padding
no setter
vertPad EdgeInsets

Available on int, provided by the EdgeInsetsInt extension

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