An object that supports styling.

Available since

1.0.0

.

Variables

themeEnabled:Bool

Determines if the style object and its children should be styled by a theme or not.

In the following example, the object's theme is disabled.

object.themeEnabled = false;
Available since

1.0.0

.