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