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