onChange property

void Function(List<int> value)? onChange
final

选中值变化时触发

Implementation

final void Function(List<int> value)? onChange;