onStepSelected property

ValueChanged<int>? onStepSelected
final

Invoked with the page a dot selects. Null makes the dots inert — which is a real state, not a greyed-out one: they stop taking focus entirely.

Implementation

final ValueChanged<int>? onStepSelected;