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