onChildSizeChanged method

void onChildSizeChanged(
  1. Size size
)

Implementation

void onChildSizeChanged(Size size) {
  _widgetSize = size;
}