toggleAll method

void toggleAll(
  1. bool check
)

选择全部 这个方法会忽略最大可够选数

Implementation

void toggleAll(bool check) {
  _state?.toggleAll(check);
}