order property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getorder
Gets the value of "order"
Implementation
String get order => getPropertyValue('order');
setorder (String value)
Sets the value of "order"
Implementation
set order(String value) {
setProperty('order', value, '');
}