exitSelectMode method

void exitSelectMode()

退出选择模式并清空选择

Implementation

void exitSelectMode() {
  _state?.setSelectMode(false);
}