of static method

SCIAppTheme? of(
  1. BuildContext context
)

Implementation

static SCIAppTheme? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<SCIAppTheme>();