OnDotClicked typedef
OnDotClicked =
void Function(int index)
Signature for a callback function used to report dot tap-events
Implementation
typedef OnDotClicked = void Function(int index);
Signature for a callback function used to report dot tap-events
typedef OnDotClicked = void Function(int index);