borderBottomLeftRadius property

String get borderBottomLeftRadius

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

Implementation

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

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

Implementation

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