SearchViewConfig class
Search view Config
Constructors
- SearchViewConfig({Color backgroundColor = const Color(0xFFEBEFF2), Color buttonColor = Colors.transparent, Color buttonIconColor = Colors.black26, String? hintText = 'Search', SearchViewBuilder? customSearchView})
-
Constructor
const
Properties
- backgroundColor → Color
-
Background color of search bar
final
-
Fill color of hide search view button
final
-
Icon color of hide search view button
final
- customSearchView → SearchViewBuilder?
-
Custom search bar
Hot reload is not supported
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hintText → String?
-
Custom hint text
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override