borderRadius property Null safety

String borderRadius

Gets the value of "border-radius"

Implementation

String get borderRadius => getPropertyValue('border-radius');
void borderRadius= (String value)

Sets the value of "border-radius"

Implementation

set borderRadius(String value) {
  setProperty('border-radius', value, '');
}