EdgeInsetsTuple2 extension
Extension on 2-value tuple for EdgeInsets with different values like (12, 15).leftPad.rightPad
Properties
- bottomPad → FluentEdgeInsets
-
Available on (num, num), provided by the EdgeInsetsTuple2 extension
Apply first value to bottom, can be chained to apply second value to next directionno setter - leftPad → FluentEdgeInsets
-
Available on (num, num), provided by the EdgeInsetsTuple2 extension
Apply first value to left, can be chained to apply second value to next directionno setter - rightPad → FluentEdgeInsets
-
Available on (num, num), provided by the EdgeInsetsTuple2 extension
Apply first value to right, can be chained to apply second value to next directionno setter - topPad → FluentEdgeInsets
-
Available on (num, num), provided by the EdgeInsetsTuple2 extension
Apply first value to top, can be chained to apply second value to next directionno setter