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