AntdItemEntry<T> constructor
const
AntdItemEntry<T> ({})
Implementation
const AntdItemEntry(
{required this.isFirstVisible,
required this.hasSizeChanged,
required this.data,
required this.index,
required this.size,
required this.topOffset});