boxFlex property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getboxFlex
Gets the value of "box-flex"
Implementation
String get boxFlex => getPropertyValue('box-flex');
setboxFlex (String value)
Sets the value of "box-flex"
Implementation
set boxFlex(String value) {
setProperty('box-flex', value, '');
}