ListWindow<T> constructor
const
ListWindow<T> ({})
Implementation
const ListWindow({
required this.items,
required this.start,
required this.end,
required this.hasOverflowAbove,
required this.hasOverflowBelow,
});