position property

int position

Implementation

int get position => _position;
void position=(int newPosition)

Implementation

set position(int newPosition) {
  _position = newPosition;
}