themeOf method
Get the current active MiniTheme from context.
Implementation
MiniTheme themeOf(BuildContext context) {
return MiniThemeProvider.of(context);
}
Get the current active MiniTheme from context.
MiniTheme themeOf(BuildContext context) {
return MiniThemeProvider.of(context);
}