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