getIntrinsicHeight method

int getIntrinsicHeight(
  1. int width
)

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

Implementation

int getIntrinsicHeight(int width) {
  return 1;
}