SearchViewTheme constructor
- Key? key,
- required SearchViewThemeData data,
- required Widget child,
Creates a const theme that controls the configurations for the search view created by the SearchAnchor widget.
Implementation
const SearchViewTheme({
super.key,
required this.data,
required super.child,
});