@ClientOnly public interface DockThemeModifier
DockThemeModifier
modifies a DockTheme
. This can either
mean replacing some values, or using another theme at all.Modifier and Type | Method and Description |
---|---|
DockTheme |
modify(DockTheme theme)
Modifies
theme and returns either the modified theme or
a new instance of of another DockTheme . |