Node.theme

The theme defines how the node will appear to the user.

Themes affect the node and its children, and can respond to changes in state, like values changing or user interaction.

If no theme has been set, a default one will be provided and used automatically.

See Theme for more information.

  1. inout(Theme) theme()
    class Node
    inout
    inout(Theme)
    theme
    ()
  2. Theme theme(Theme value)

Return Value

Type: inout(Theme)

Currently active theme.

Meta