getMaxIntrinsicWidth method

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

Gets the maximum intrinsic width from the child.

Implementation

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