getMaxHeight method

  1. @override
num? getMaxHeight(
  1. num _,
  2. num __
)
override

The max height.

Returns null if max height is not specified.

Implementation

@override
num? getMaxHeight(num _, num __) => _maxHeight;