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