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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
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, '');
}