StaticLayout

Bypasses automatic layout for its children, using manual positioning and sizing only. While you need to manually position them, you must ensure they are inside the StaticLayout's bounding box to avoid undefined behavior.

You should almost never use this.

class StaticLayout : Layout {}

Constructors

this
this(Widget parent)

Meta