consumeTapEvents property
bool
get
consumeTapEvents
Returns true
if this Controller will use its own onTap
handler to consume events.
Implementation
bool get consumeTapEvents => _consumeTapEvents;
Returns true
if this Controller will use its own onTap
handler to consume events.
bool get consumeTapEvents => _consumeTapEvents;