shouldShowSelectionToolbar property

bool shouldShowSelectionToolbar
getter/setter pair

Whether to show the selection toolbar.

It is based on the signal source when a onTapDown is called. This getter will return true if current onTapDown event is triggered by a touch or a stylus.

Implementation

bool shouldShowSelectionToolbar = true;