of static method

CustomTheme of(
  1. BuildContext context
)

Implementation

static CustomTheme of(BuildContext context) =>
    maybeOf(context) ?? const CustomTheme();