of static method

FocusedDate? of(
  1. BuildContext context
)

Implementation

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