flex property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getflex

Gets the value of "flex"

Implementation

String get flex => getPropertyValue('flex');

setflex (String value)

Sets the value of "flex"

Implementation

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