ExploreSectionArguments class
Constructors
-
ExploreSectionArguments({required String title, required ExploreSectionType type, String? description, ExplorePageArguments? link, Map<
String, dynamic> ? baseParams, BaseExploreFilter? filter, Color? backgroundColor})
Properties
- backgroundColor → Color?
-
final
-
baseParams
→ Map<
String, dynamic> ? -
final
- description → String?
-
Description of the section
final
- filter → BaseExploreFilter?
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- link → ExplorePageArguments?
-
Where clicking on the title should go
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- title → String
-
Title of the section
final
- type → ExploreSectionType
-
final
Methods
-
addBaseParams(
Map< String, dynamic> baseParams) → ExploreSectionArguments -
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