onSizeChanged property

void Function(Size)? onSizeChanged
final

Callback, called when the Size of this MinimizableView is changed.

Implementation

final void Function(Size)? onSizeChanged;