AkoSearchFilterOptions class

AkoSearchFilterOptions is a wrapper for arguments to AkoSearchFilterSheet

Constructors

AkoSearchFilterOptions({required List<AkoSearchFilterSelection> filterSelections, Widget bottomSheetTitle = const Text("Filter", style: TextStyle(fontSize: 24)), Widget clearButtonText = const Text("Clear filters", style: TextStyle(decoration: TextDecoration.underline)), Widget showMoreText = const Text("Mehr anzeigen"), Widget submitButtonText = const Text("Apply"), AkoSearchFilterOptionsStyle? customStyle, dynamic onFilterUpdated()?, AkoSearchFieldOptions? customFieldOptions})

Properties

bottomSheetTitle Widget
getter/setter pair
clearButtonText Widget
getter/setter pair
customFieldOptions AkoSearchFieldOptions?
getter/setter pair
customStyle AkoSearchFilterOptionsStyle?
getter/setter pair
filterSelections List<AkoSearchFilterSelection>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onFilterUpdated ↔ (dynamic Function()?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showMoreText Widget
getter/setter pair
style AkoSearchFilterOptionsStyle
no setter
submitButtonText Widget
getter/setter pair

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