SearchConfig class
Constructors
- SearchConfig({Duration debounceTime = const Duration(milliseconds: 500), String hint = "Search", OutlineInputBorder border = const OutlineInputBorder(borderRadius: BorderRadius.all(Radius.circular(100))), required void onSearch(String?)})
Properties
- border → OutlineInputBorder
-
final
- debounceTime → Duration
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hint → String
-
final
- onSearch → void Function(String?)
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
searchintSubject
→ BehaviorSubject<
bool> -
final
-
textSubject
→ BehaviorSubject<
String?> -
final
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