flexFlow property Null safety

String flexFlow

Gets the value of "flex-flow"

Implementation

String get flexFlow => getPropertyValue('flex-flow');
void flexFlow= (String value)

Sets the value of "flex-flow"

Implementation

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