getMinIntrinsicWidth method

  1. @override
double getMinIntrinsicWidth(
  1. double height
)
override

Gets the minimum intrinsic width from the child.

Implementation

@override
double getMinIntrinsicWidth(double height) {
  return child.getMinIntrinsicWidth(height);
}