center property

Vector get center

Implementation

_i3.Vector get center => _i5.getProperty(
      this,
      'center',
    );
set center (Vector value)

Implementation

set center(_i3.Vector value) {
  _i5.setProperty(
    this,
    'center',
    value,
  );
}