position property

dynamic get position

Implementation

_i2.dynamic get position => _i5.getProperty(
      this,
      'position',
    );
set position (dynamic value)

Implementation

set position(_i2.dynamic value) {
  _i5.setProperty(
    this,
    'position',
    value ?? _i7.undefined,
  );
}