notifyParent property

(dynamic Function(Size?, Offset?)?) notifyParent
final

Async notify a parent the size and position of ContainerPlus

Implementation

final Function(Size?, Offset?)? notifyParent;