getRowMaxHeight method

double? getRowMaxHeight(
  1. int index
)

Implementation

double? getRowMaxHeight(int index) {
  return _heightConstraints?[index]?.max ?? _defaultHeightConstraint?.max;
}