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