flexDirection property
String
get
flexDirection
Implementation
_i2.String get flexDirection => _i4.getProperty(
this,
'flexDirection',
);
set
flexDirection
(String value)
Implementation
set flexDirection(_i2.String value) {
_i4.setProperty(
this,
'flexDirection',
value,
);
}