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