menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. flexGrow property
flexGrow

flexGrow property

String get flexGrow

Gets the value of "flex-grow"

Implementation

String get flexGrow => getPropertyValue('flex-grow');
set flexGrow (String value)

Sets the value of "flex-grow"

Implementation

set flexGrow(String value) {
 setProperty('flex-grow', value, '');
}
CssStyleDeclarationBase class

AltStyle によって変換されたページ (->オリジナル) /