isChecked method

bool isChecked(
  1. int index
)

Implementation

bool isChecked(int index) {
  return _state?.isChecked(index)??false;
}