OnDotTapped typedef
OnDotTapped =
void Function(int tappedDotIndex)
Callback fired when a dot is tapped.
Implementation
typedef OnDotTapped = void Function(int tappedDotIndex);
Callback fired when a dot is tapped.
typedef OnDotTapped = void Function(int tappedDotIndex);