String direction

Gets the value of "direction"

Source

String get direction => getPropertyValue('direction');
void direction=(String value)

Sets the value of "direction"

Source

set direction(String value) {
  setProperty('direction', value, '');
}