onMeasure property

OnMeasure? onMeasure
final

A callback that is called after each new rendering of its child and provides its layout size.

Implementation

final OnMeasure? onMeasure;