maybeOf static method

CustomTheme? maybeOf(
  1. BuildContext context
)

Implementation

static CustomTheme? maybeOf(BuildContext context) =>
    Theme.of(context).extension<CustomTheme>();