dryLayout method
Performs a dry layout on the child.
Implementation
@override
LayoutSize dryLayout(LayoutConstraints constraints) {
return child.dryLayout(constraints);
}
Performs a dry layout on the child.
@override
LayoutSize dryLayout(LayoutConstraints constraints) {
return child.dryLayout(constraints);
}