onNodeWidthMeasured property

ValueChanged<double>? onNodeWidthMeasured
final

Called when a rendered node's width is measured. The parent uses this to track the observed max content width.

Implementation

final ValueChanged<double>? onNodeWidthMeasured;