NUIListItem<T> class

Constructors

NUIListItem({required Type entityClass, required ListItemInflater inflater, double? shadowRadius, NUIStaggeredHeightToWidthRatio? heightToWidthRatio, NUIListItemIdCallback? dataId})

Properties

dataId NUIListItemIdCallback?
getter/setter pair
entityClass Type
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heightToWidthRatio NUIStaggeredHeightToWidthRatio?
getter/setter pair
inflater ListItemInflater
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowRadius double?
getter/setter pair

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