ShowSearch class

Constructors

ShowSearch({required bool filter(String inputValue, String path), int limit = 50, bool matchInputWidth = true, Widget builder(String inputValue, String path)?, void sort(String a, String b, String inputValue)?})

Properties

builder ↔ (Widget Function(String inputValue, String path)?)
getter/setter pair
filter bool Function(String inputValue, String path)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int
getter/setter pair
matchInputWidth bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort ↔ (void Function(String a, String b, String inputValue)?)
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