of static method
Implementation
static ControlsState of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ControlsState>()!;
}
static ControlsState of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ControlsState>()!;
}