isTappable property

bool isTappable

Whether or not the chart will respond to tap events.

This will generally be true if there is a behavior attached to the chart that does something with tap events, such as "click to select data."

Implementation

bool get isTappable => _behaviorTappableMap.isNotEmpty;