horizontalHighPerformance property

bool horizontalHighPerformance
final

If true, forces the horizontal children to have the given extent(Cell width) in the scroll horizontal direction, it will use ListView.builder(extent: cellwidth) but it's jank when scroll, see issue https://github.com/flutter/flutter/issues/116765

default: use SingleChildScrollView

Implementation

final bool horizontalHighPerformance;