onTapInside property
Optional callback invoked when a tap is detected inside the bubble. Useful for visual feedback or analytics.
Implementation
final void Function(TapDownDetails event)? onTapInside;
Optional callback invoked when a tap is detected inside the bubble. Useful for visual feedback or analytics.
final void Function(TapDownDetails event)? onTapInside;