bLeftRad property

FluentBorderRadius get bLeftRad

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

Implementation

FluentBorderRadius get bLeftRad => FluentBorderRadius._fromTuple([
      this.$1.toDouble(),
      this.$2.toDouble(),
      this.$3.toDouble(),
      this.$4.toDouble()
    ])._withBottomLeft();