shouldShowSelectionHandles property
Whether to show the selection handles.
It is based on the signal source when onTapDown, onSecondaryTapDown, onDragSelectionStart, is called. This getter will return true if the current onTapDown, onSecondaryTapDown, or onDragSelectionStart event is triggered by a touch or a stylus.
Implementation
bool get shouldShowSelectionHandles => _shouldShowSelectionHandles;