getIntrinsicWidth method

int getIntrinsicWidth(
  1. int height
)

Returns the intrinsic width of this element.

Implementation

int getIntrinsicWidth(int height) => widget.getIntrinsicWidth(height);