onDoubleTap property

void Function(double fraction)? onDoubleTap
final

Called when the user double-taps — useful to trigger drill-down.

Implementation

final void Function(double fraction)? onDoubleTap;