controllerOf static method Null safety
- BuildContext context
Implementation
static MultiselectController controllerOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<_InheritedMultiselectNotifier>()!
.controller;
}