maybeOf static method
Implementation
static ArgosTuningController? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<ArgosTuningScope>()
?.controller;
}
static ArgosTuningController? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<ArgosTuningScope>()
?.controller;
}