AlphabetListViewItemGroup class

Item groups shown in the list.

Constructors

AlphabetListViewItemGroup({required String tag, Iterable<Widget> children = const []})
Constructor of AlphabetListViewItemGroup.
AlphabetListViewItemGroup.builder({required String tag, required int itemCount, required IndexedWidgetBuilder itemBuilder})
Builder constructor of AlphabetListViewItemGroup.

Properties

childrenDelegate SliverChildDelegate
Delegate class for children.
final
hashCode int
The hash code for this object.
no setterinherited
key GlobalKey<State<StatefulWidget>>
The key used to indicate the scroll destination.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
String to identify this group.
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