Gets the value of "flex-direction"
String get flexDirection => getPropertyValue('flex-direction');
Sets the value of "flex-direction"
set flexDirection(String value) { setProperty('flex-direction', value, ''); }