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