rightPad property

FluentEdgeInsets get rightPad

Apply first value to right, can be chained to apply second value to next direction

Implementation

FluentEdgeInsets get rightPad =>
    FluentEdgeInsets._fromTuple([this.$1.toDouble(), this.$2.toDouble()])
        ._withRight();