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