getMinIntrinsicHeight method

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

Gets the minimum intrinsic height from the child.

Implementation

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