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