hasSecondaryTap property

bool hasSecondaryTap

Implementation

bool get hasSecondaryTap => widget.onSecondaryTapDown != null || widget.onSecondaryTapUp != null || widget.onSecondaryTapCancel != null;