onTap property

ValueChanged<int>? onTap
final

Callback called when tapping a dot. It passes the tapped page index as parameter.

Implementation

final ValueChanged<int>? onTap;