ExploreSection<T extends Explorable> class
Constructors
- ExploreSection(ExploreSectionArguments args, {ExploreSectionState state = ExploreSectionState.Loading})
Properties
- args → ExploreSectionArguments
-
final
- filter → BaseExploreFilter?
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
queryParams
→ Map<
String, dynamic> -
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- state ↔ ExploreSectionState
-
read / write
- tileHeight → double
-
final
-
tiles
↔ List<
T> ? -
read / write
Methods
-
fetchTiles(
Map< String, dynamic> params) → Future<List< T> > -
init(
Function notifyListeners) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reload(
Function notifyListeners) → void -
renderTile(
T tile) → Widget -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited