oppositePoint property

Point get oppositePoint

Gets the Point opposite to the chosen, dragged handle of the "Resizing" Adornment. This property has no meaning until after #doActivate has been called.

Implementation

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

Implementation

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