doCancel method

void doCancel()

Restore the Diagram#position to what it was when this tool activated.

Implementation

void doCancel() {
  _i4.callMethod(
    this,
    'doCancel',
    [],
  );
}