SortableListDelegate<T> class
abstract
Abstract base for providing items to a sortable list.
Implement this class to create custom item sources for sortable lists. Provides item count and item retrieval methods.
- Implementers
Constructors
- SortableListDelegate()
-
Creates a SortableListDelegate.
const
Properties
Methods
-
getItem(
BuildContext context, int index) → T -
Retrieves the item at the specified
index. -
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