generateTheme abstract method
- ThemeBase themeBase
Generates a fully fledged theme of type T
from the given themeBase
.
Implementation
T generateTheme(ThemeBase themeBase);
Generates a fully fledged theme of type T
from the given themeBase
.
T generateTheme(ThemeBase themeBase);