Skip to main content

Module padding

Module padding 

Source
Expand description

Padding container widget.

This is a small compositional building block: it shrinks the render area passed to a child widget by applying Sides padding, and uses the buffer’s scissor stack to guarantee the child cannot write outside the padded inner rectangle.

Structs§

Padding
A widget wrapper that applies padding around an inner widget.