EdgeInsetsTuple2 extension

Extension on 2-value tuple for EdgeInsets with different values like (12, 15).leftPad.rightPad

on

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 direction
no 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 direction
no 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 direction
no 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 direction
no setter