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