ExitPlanModeTool constructor

ExitPlanModeTool(
  1. PlanModeState _state, {
  2. void onPlanModeChanged(
    1. bool planModeActive
    )?,
})

Implementation

ExitPlanModeTool(this._state, {this.onPlanModeChanged});