fitHeight method

  1. @override
int fitHeight()
override

Returns the height this component should occupy based on its content or layout rules.

Implementation

@override
int fitHeight() {
  // Not yet implemented.
  throw UnimplementedError();
}