Struct Panel
Provides an opaque background for Control
children.
struct Panel
;
Panel is a Control
that displays an opaque background. It's commonly used as a parent and container for other types of Control
nodes.