flexGrow property
Gets the value of "flex-grow"
Implementation
String get flexGrow => getPropertyValue('flex-grow');
Sets the value of "flex-grow"
Implementation
set flexGrow(String value) {
setProperty('flex-grow', 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-grow"
String get flexGrow => getPropertyValue('flex-grow');
Sets the value of "flex-grow"
set flexGrow(String value) {
setProperty('flex-grow', value, '');
}