themeOf method

MiniTheme themeOf(
  1. BuildContext context
)

Get the current active MiniTheme from context.

Implementation

MiniTheme themeOf(BuildContext context) {
  return MiniThemeProvider.of(context);
}