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