direction property

String get direction

Gets the value of "direction"

Implementation

String get direction => getPropertyValue('direction');
set direction (String? value)

Sets the value of "direction"

Implementation

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