double? getRowMinHeight(int index) { return _heightConstraints?[index]?.min ?? _defaultHeightConstraint?.min; }