of static method

Function to get the state of awesome_calendar

Implementation

static AwesomeCalendarState? of(BuildContext context) =>
    context.findAncestorStateOfType<AwesomeCalendarState>();