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