measurer library

Classes

Measurer
Measure the size of its child.

Typedefs

OnConstraintsChanged = void Function(BoxConstraints? constraints)
When constraints changed.
OnMeasure = void Function(Size size, BoxConstraints? constraints)
When a size or its associated constraints changed.
OnPaintBoundsChanged = void Function(Rect paintBounds)
When the onscreen paintBounds changed.