Layout.performLayout

Performs any and all resizing applicable.

interface Layout
const
void
performLayout
(
NVGContext nvg
,)

Parameters

nvg NVGContext

The NanoVG context being used for drawing.

widget Widget

The Widget this layout is controlling sizing for.

Meta