AkoSearchSelectionOptions class

AkoSearchSelectionOptions is a wrapper for arguments to AkoSearchSelectionSheet

Constructors

AkoSearchSelectionOptions({Map<int, String> options = const {}, List<int> selectedOptions = const [], Widget bottomSheetTitle = const Text("Search", style: TextStyle(fontSize: 24)), Widget clearButtonText = const Text("Clear filters", style: TextStyle(decoration: TextDecoration.underline)), Widget submitButtonText = const Text("Apply"), AkoSearchSelectionStyle? customStyle, AkoSearchFieldOptions? customFieldOptions, dynamic onSelectionChanged(List<int>)?})

Properties

bottomSheetTitle Widget
getter/setter pair
clearButtonText Widget
getter/setter pair
customFieldOptions AkoSearchFieldOptions?
getter/setter pair
customStyle AkoSearchSelectionStyle?
getter/setter pair
fieldOptions AkoSearchFieldOptions
no setter
hashCode int
The hash code for this object.
no setterinherited
onSelectionChanged ↔ (dynamic Function(List<int>)?)
getter/setter pair
options Map<int, String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedOptions List<int>
getter/setter pair
style AkoSearchSelectionStyle
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