resetSize method

  1. @override
void resetSize()
override

Reset the size of this LayoutComponent to either the layout dimensions or the intrinsicSize.

Implementation

@override
void resetSize() {
  super.resetSize();
  syncChildSize();
}