hideToolbar abstract method

void hideToolbar(
  1. [bool hideHandles = true]
)

Hides the text selection toolbar.

By default, hideHandles is true, and the toolbar is hidden along with its handles. If hideHandles is set to false, then the toolbar will be hidden but the handles will remain.

Implementation

void hideToolbar([bool hideHandles = true]);