flexFlow property
Gets the value of "flex-flow"
Implementation
String get flexFlow => getPropertyValue('flex-flow');
Sets the value of "flex-flow"
Implementation
set flexFlow(String value) {
setProperty('flex-flow', value, '');
}
Gets the value of "flex-flow"
String get flexFlow => getPropertyValue('flex-flow');
Sets the value of "flex-flow"
set flexFlow(String value) {
setProperty('flex-flow', value, '');
}