of static method

_DateSelectorState? of(
  1. BuildContext context
)

Implementation

static _DateSelectorState? of(BuildContext context) {
  return context.findAncestorStateOfType<_DateSelectorState>();
}