onDoubleTap property
Called when the user double-taps — useful to trigger drill-down.
Implementation
final void Function(double fraction)? onDoubleTap;
Called when the user double-taps — useful to trigger drill-down.
final void Function(double fraction)? onDoubleTap;