setTool method

void setTool(
  1. UPdfTool tool
)

Implementation

void setTool(UPdfTool tool) {
  _tool = tool;
  notifyListeners();
}