of static method
Get the current theme
Implementation
static TTheme of(BuildContext context) {
return context.watch<TThemeManager>().state;
}
Get the current theme
static TTheme of(BuildContext context) {
return context.watch<TThemeManager>().state;
}