OnCheckedCall typedef

OnCheckedCall = void Function(bool check, dynamic tag, int position)

选择状态事件

Implementation

typedef OnCheckedCall = void Function(bool check, dynamic tag, int position);