public interface Theme
Theme is a concept where you can request a style by using a theme tag.
At this point an actual style is not known as it's going to get resolved from an
enable theme.| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets a theme name.
|
ThemeSettings |
getSettings()
Gets a theme settings.
|
static Theme |
of(String name,
ThemeSettings themeSettings)
Create a
Theme. |
String getName()
ThemeSettings getSettings()
static Theme of(String name, ThemeSettings themeSettings)
Theme.name - the theme namethemeSettings - the theme settingsCopyright © 2023. All rights reserved.