GridBasicInfiniteAdapter class
Constructors
- GridBasicInfiniteAdapter(List? items, dynamic onItemClick)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- items ↔ List?
-
getter/setter pair
- itemsTile ↔ List
-
getter/setter pair
- onItemClick ↔ Function
-
getter/setter pair
- onLoadMore ↔ Function?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addItems(
List< String> items) → void -
getView(
) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setLoaded(
) → void -
setLoading(
) → void -
setOnLoadMore(
Function onLoadMore) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited