toggleChecked method

bool toggleChecked()

Implementation

bool toggleChecked() => isChecked = !isChecked;