borderBottomLeftRadius property

String borderBottomLeftRadius

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

Implementation

String get borderBottomLeftRadius =>
    getPropertyValue('border-bottom-left-radius');
void borderBottomLeftRadius= (String value)

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

Implementation

set borderBottomLeftRadius(String value) {
  setProperty('border-bottom-left-radius', value, '');
}