theme property

ThemeData? get theme

Implementation

static ThemeData? get theme {
  return JBConfig.themes[_theme];
}