DeepakYiron

Results 1 issues of DeepakYiron

I just create a provider with one bool var which is used to check and uncheck the checkbox widget state. class TestProvider extends ChangeNotifier { bool isChecked=false; onChangeCheckBoxVal(val){ isChecked=val; notifyListeners();...

bug
needs triage