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