Gets the value of "border-top-left-radius"
Source
String get borderTopLeftRadius => getPropertyValue('border-top-left-radius');
Sets the value of "border-top-left-radius"
Source
set borderTopLeftRadius(String value) { setProperty('border-top-left-radius', value, ''); }