String position

Gets the value of "position"

Source

String get position => getPropertyValue('position');
void position=(String value)

Sets the value of "position"

Source

set position(String value) {
  setProperty('position', value, '');
}