EdgeInsetsTuple3 extension
Extension on 3-value tuple for EdgeInsets like (12, 15, 20).leftPad.rightPad.bottomPad
Properties
- bottomPad → FluentEdgeInsets
-
Available on (num, num, num), provided by the EdgeInsetsTuple3 extension
Apply first value to bottom, can be chained to apply subsequent valuesno setter - leftPad → FluentEdgeInsets
-
Available on (num, num, num), provided by the EdgeInsetsTuple3 extension
Apply first value to left, can be chained to apply subsequent valuesno setter - rightPad → FluentEdgeInsets
-
Available on (num, num, num), provided by the EdgeInsetsTuple3 extension
Apply first value to right, can be chained to apply subsequent valuesno setter - topPad → FluentEdgeInsets
-
Available on (num, num, num), provided by the EdgeInsetsTuple3 extension
Apply first value to top, can be chained to apply subsequent valuesno setter