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() => 1;