onChange property

dynamic Function(Size) onChange
final

A callback fired exactly once after rendering child with the Size of the child widget

Implementation

final Function(Size) onChange;