onChanged property

ValueChanged<int>? onChanged
final

当用户手动拖拽或者自动播放引起下标改变的时候调用

Implementation

final ValueChanged<int>? onChanged;