actualCenter property

Point get actualCenter

This read-only property is the coordinates of the center of the laid-out ellipse immediately after the layout.

Implementation

_i3.Point get actualCenter => _i4.getProperty(
      this,
      'actualCenter',
    );
set actualCenter (Point value)

Implementation

set actualCenter(_i3.Point value) {
  _i4.setProperty(
    this,
    'actualCenter',
    value,
  );
}