Gets the value of "flex-direction"
Source
String get flexDirection => getPropertyValue('flex-direction');
Sets the value of "flex-direction"
Source
set flexDirection(String value) {
setProperty('flex-direction', value, '');
}
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, '');
}