SeparatedSectionListViewAdapter<T extends Enum> class

Constructors

SeparatedSectionListViewAdapter({required List<T> sectionIds, required int countGetter(T sectionId)})

Properties

countGetter int Function(T sectionId)
final
hashCode int
The hash code for this object.
no setterinherited
itemCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionIds List<T>
final

Methods

createItemBuilder(SeparatedSectionBuilder<T> builder) IndexedWidgetBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
relativeToAbsoluteIndex(T sectionId, {required int relativeIndex}) int
toString() String
A string representation of this object.
inherited

Operators

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