flex property

String get flex

Gets the value of "flex"

Implementation

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

Sets the value of "flex"

Implementation

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