AntdItemEntry<T> class

Constructors

AntdItemEntry.new({required bool isFirstVisible, required bool hasSizeChanged, required T data, required int index, required Size size, required double topOffset})
const

Properties

data → T
数据
final
hashCode int
The hash code for this object.
no setterinherited
hasSizeChanged bool
首次出现
final
index int
数据的索引
final
isFirstVisible bool
首次出现
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
大小
final
topOffset double
距离顶部的位移
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited