shouldShowSelectionToolbar property

bool shouldShowSelectionToolbar

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 get shouldShowSelectionToolbar => _shouldShowSelectionToolbar;