tRightRad property

FluentBorderRadius get tRightRad

Apply first value to top-right, can be chained to apply subsequent values

Implementation

FluentBorderRadius get tRightRad => FluentBorderRadius._fromTuple(
        [this.$1.toDouble(), this.$2.toDouble(), this.$3.toDouble()])
    ._withTopRight();