maybeOf static method

MorphTheme? maybeOf(
  1. BuildContext context
)

The extension from the ambient ThemeData, if installed.

Implementation

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