getIntrinsicHeight method

int getIntrinsicHeight(
  1. int width
)

Returns the intrinsic height of this element.

Implementation

int getIntrinsicHeight(int width) => widget.getIntrinsicHeight(width);