position property
Gets the value of "position"
Implementation
String get position => getPropertyValue('position');
Sets the value of "position"
Implementation
set position(String value) {
setProperty('position', 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 "position"
String get position => getPropertyValue('position');
Sets the value of "position"
set position(String value) {
setProperty('position', value, '');
}