of static method
Implementation
static TimeController? of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<DefaultTimeController>()
?.controller;
}
static TimeController? of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<DefaultTimeController>()
?.controller;
}