An interface for Feathers UI themes.
Events:
openfl.events.Event.CLEAR | Dispatched when the theme is disposed. |
---|
Available since
1.0.0
.Methods
dispose():Void
Disposes the theme. It must no longer be used to style components after
calling dispose()
. The theme will dispatch Event.CLEAR
when it gets
disposed.
Available since
1.0.0
.getStyleProvider(target:IStyleObject):IStyleProvider
Returns the style provider for the specified component.
Available since
1.0.0
.