QueryRowHeightCallback typedef
QueryRowHeightCallback =
double Function(RowHeightDetails details)
Signature for SfDataGrid.onQueryRowHeight callback
Implementation
typedef QueryRowHeightCallback = double Function(RowHeightDetails details);