theme static method

ThemeData? theme()

Reference of Theme

Implementation

static ThemeData? theme() {
  if (_theme == null) loadLightTheme();
  return _theme;
}