Checks if a theme with the given name exists.
name
Returns true if the theme exists, false otherwise.
true
false
static bool hasTheme(String name) => _instance._themes.containsKey(name);