of static method

Implementation

static TimetableThemeData? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<TimetableTheme>()?.data;