NiceVirtualScroller<T> constructor
const
NiceVirtualScroller<T> ({})
Implementation
const NiceVirtualScroller({
super.key,
required this.items,
required this.itemHeight,
required this.renderItem,
this.height = 400,
this.itemKey,
});