IndexPath class

Class describing a child's index of the CupertinoListView

Inheritance

Constructors

IndexPath({required int section, required int child, required int absoluteIndex})

Properties

absoluteIndex int
Index of the element in the whole list
finalinherited
child int
Index of the child in the current section
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
section int
Section index
finalinherited

Methods

copyWith({int? section, int? child, int? absoluteIndex}) IndexPath
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