getIntrinsicWidth method

int getIntrinsicWidth(
  1. int height
)

Computes the intrinsic width of this widget under the given height constraint.

Implementation

int getIntrinsicWidth(int height) {
  return 0;
}