position property

String get position

Gets the value of "position"

Implementation

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

Sets the value of "position"

Implementation

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