borderRadiusBR property

double? get borderRadiusBR

Implementation

double? get borderRadiusBR {
  var v = borderRadiusBRState?.fromController(this) ?? _borderRadiusBR;
  return v ?? borderRadiusAll;
}
set borderRadiusBR (double? value)

Implementation

set borderRadiusBR(double? value) => _borderRadiusBR = value;