LayoutTree.focus

Currently focused node.

Changing this value directly is discouraged. Some nodes might not want the focus! Be gentle, call FluidFocusable.focus() instead and let the node set the value on its own.

struct LayoutTree
FluidFocusable focus;

Meta