SearchViewConfig class
Search view Config
Constructors
- SearchViewConfig({Color backgroundColor = const Color(0xFFEBEFF2), Color buttonIconColor = Colors.black26, TextStyle? inputTextStyle, String? hintText = 'Search', TextStyle? hintTextStyle, SearchViewBuilder? customSearchView})
-
Constructor
const
Properties
- backgroundColor → Color
-
Background color of search bar
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
- hintTextStyle → TextStyle?
-
Custom hint text style
final
- inputTextStyle → TextStyle?
-
Inpit text style
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