borderBottomLeftRadius property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getborderBottomLeftRadius

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

Implementation

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

setborderBottomLeftRadius (String value)

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

Implementation

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