borderFit property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getborderFit
Gets the value of "border-fit"
Implementation
String get borderFit => getPropertyValue('border-fit');
setborderFit (String value)
Sets the value of "border-fit"
Implementation
set borderFit(String value) {
setProperty('border-fit', value, '');
}