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(),
      this.$4.toDouble()
    ])._withTopLeft();