getMinIntrinsicHeight method
Returns the minimum intrinsic height of this child at the given width.
The minimum intrinsic height is the smallest height the child can reasonably have while still being functional.
Implementation
@override
double getMinIntrinsicHeight(double width) {
return renderBox.getMinIntrinsicHeight(width);
}