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