position property

double position

Implementation

double get position => js_util.getProperty(this, 'position');
void position=(double newValue)

Implementation

set position(double newValue) {
  js_util.setProperty(this, 'position', newValue);
}