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 valueno setter - bottomPad → EdgeInsets
-
Available on int, provided by the EdgeInsetsInt extension
Creates EdgeInsets with only bottom paddingno setter - horiPad → EdgeInsets
-
Available on int, provided by the EdgeInsetsInt extension
Creates EdgeInsets with horizontal (left and right) sides equal to this valueno setter - leftPad → EdgeInsets
-
Available on int, provided by the EdgeInsetsInt extension
Creates EdgeInsets with only left paddingno setter - rightPad → EdgeInsets
-
Available on int, provided by the EdgeInsetsInt extension
Creates EdgeInsets with only right paddingno setter - topPad → EdgeInsets
-
Available on int, provided by the EdgeInsetsInt extension
Creates EdgeInsets with only top paddingno setter - vertPad → EdgeInsets
-
Available on int, provided by the EdgeInsetsInt extension
Creates EdgeInsets with vertical (top and bottom) sides equal to this valueno setter