Node.inheritTheme

Nodes automatically inherit theme from their parent, and the root node implicitly inherits the default theme. An explicitly-set theme will override any inherited themes recursively, stopping at nodes that also have themes set explicitly.

class Node
void
inheritTheme

Parameters

value Theme

Theme to inherit.

See Also

theme

Meta