rowHeightBuilder property

ItemExtentBuilder? rowHeightBuilder
final

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;