themeOf static method

ArcaneTheme themeOf(
  1. BuildContext context
)

Implementation

static ArcaneTheme themeOf(BuildContext context) =>
    context.pylonOr<ArcaneTheme>() ?? globalTheme;