rowHeightBuilder property
When this function is set and the rowHeight is set to null
,
this function will be used to determine the height of each row,
which will improve performance.
Implementation
final ItemExtentBuilder? rowHeightBuilder;
When this function is set and the rowHeight is set to null
,
this function will be used to determine the height of each row,
which will improve performance.
final ItemExtentBuilder? rowHeightBuilder;