direction property
Gets the value of "direction"
Implementation
String get direction => getPropertyValue('direction');
Sets the value of "direction"
Implementation
set direction(String value) {
setProperty('direction', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "direction"
String get direction => getPropertyValue('direction');
Sets the value of "direction"
set direction(String value) {
setProperty('direction', value, '');
}