getRowHeight method

double? getRowHeight(
  1. T row,
  2. int index
)

Optional: Calculate row height dynamically. Return null to use default height.

Implementation

double? getRowHeight(T row, int index) => null;