boxFlex property Null safety

String boxFlex

Gets the value of "box-flex"

Implementation

String get boxFlex => getPropertyValue('box-flex');
void boxFlex= (String value)

Sets the value of "box-flex"

Implementation

set boxFlex(String value) {
  setProperty('box-flex', value, '');
}