borderBottomRightRadius property Null safety

String borderBottomRightRadius

Gets the value of "border-bottom-right-radius"

Implementation

String get borderBottomRightRadius =>
    getPropertyValue('border-bottom-right-radius');
void borderBottomRightRadius= (String value)

Sets the value of "border-bottom-right-radius"

Implementation

set borderBottomRightRadius(String value) {
  setProperty('border-bottom-right-radius', value, '');
}