resetSize method
Reset the size of this LayoutComponent to either the layout dimensions or the intrinsicSize.
Implementation
@override
void resetSize() {
super.resetSize();
syncChildSize();
}
Reset the size of this LayoutComponent to either the layout dimensions or the intrinsicSize.
@override
void resetSize() {
super.resetSize();
syncChildSize();
}