SearchViewTheme
Customizes the appearance of SearchBar (in 'view' mode) across the app.
SearchViewTheme class has the following properties:
bgcolor
Overrides the default value of SearchBar.view_bgcolor in all descendant SearchBar controls.
border_side
Overrides the default value of SearchBar.border_side in all descendant SearchBar controls.
divider_color
Overrides the default value of SearchBar.divider_color in all descendant SearchBar controls.
elevation
Overrides the default value of SearchBar.view_elevation in all descendant SearchBar controls.
header_height
Overrides the default value of SearchBar.header_height in all descendant SearchBar controls.
Value is of type OptionalNumber.
header_hint_text_style
Overrides the default value of SearchBar.header_hint_text_style in all descendant SearchBar controls.
header_text_style
Overrides the default value of SearchBar.header_text_style in all descendant SearchBar controls.
shape
Overrides the default value of SearchBar.shape in all descendant SearchBar controls.
size_constraints
Overrides the default value of SearchBar.size_constraints in all descendant SearchBar controls.
Value is of type BoxConstraints.
surface_tint_color
Overrides the default value of SearchBar.surface_tint_color in all descendant SearchBar controls.