onValueChangedAtIndex property

void Function(int, bool) onValueChangedAtIndex
final

value 选项发生变化产生的回调 int 选项的index bool 选项的选中状态,true表示选中,false未选中

Implementation

final void Function(int, bool) onValueChangedAtIndex;