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