onChange property

ValueChanged<List<int>>? onChange
final

Handler called when the picker indexes change.

The given indexes are not automatically wrap around the wheel's length. This means that the indexes may be greater than the wheel's length or even negative.

Implementation

final ValueChanged<List<int>>? onChange;