getMaxIntrinsicHeight method

  1. @override
double getMaxIntrinsicHeight(
  1. double width
)
override

Gets the maximum intrinsic height from the child.

Implementation

@override
double getMaxIntrinsicHeight(double width) {
  return child.getMaxIntrinsicHeight(width);
}