dryLayout method

  1. @override
LayoutSize dryLayout(
  1. LayoutConstraints constraints
)
override

Performs a dry layout on the child.

Implementation

@override
LayoutSize dryLayout(LayoutConstraints constraints) {
  return child.dryLayout(constraints);
}