hasHandlers property

bool get hasHandlers

Implementation

bool get hasHandlers =>
    _tapHandler != null ||
    _doubleTapHandler != null ||
    _longPressHandler != null;