of static method

TTheme of(
  1. BuildContext context
)

Get the current theme

Implementation

static TTheme of(BuildContext context) {
  return context.watch<TThemeManager>().state;
}