position property

Point? position

Implementation

_i3.Point? get position => _i4.getProperty(
      this,
      'position',
    );
void position=(Point? value)

Implementation

set position(_i3.Point? value) {
  _i4.setProperty(
    this,
    'position',
    value ?? _i5.undefined,
  );
}