getMinIntrinsicWidth abstract method
Returns the minimum intrinsic width of this child at the given height.
The minimum intrinsic width is the smallest width the child can reasonably have while still being functional.
Implementation
double getMinIntrinsicWidth(double height);