boxFlex property

String get boxFlex

Gets the value of "box-flex"

Implementation

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

Sets the value of "box-flex"

Implementation

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