tLeftRad property

FluentBorderRadius get tLeftRad

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

Implementation

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