RowHeight.highestCell constructor

RowHeight.highestCell({
  1. double? minHeight,
  2. double? maxHeight,
})

Implementation

factory RowHeight.highestCell({
  double? minHeight,
  double? maxHeight,
}) =>
    RowHeightHighestCell(minHeight: minHeight, maxHeight: maxHeight);