bRightRad property
FluentBorderRadius
get
bRightRad
Apply first value to bottom-right, can be chained to apply subsequent values
Implementation
FluentBorderRadius get bRightRad => FluentBorderRadius._fromTuple([
this.$1.toDouble(),
this.$2.toDouble(),
this.$3.toDouble(),
this.$4.toDouble()
])._withBottomRight();