boxFlexGroup property

String boxFlexGroup

Gets the value of "box-flex-group"

Source

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

Sets the value of "box-flex-group"

Source

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/boxFlexGroup.html