SearchBarTheme constructor
- Key? key,
- required SearchBarThemeData data,
- required Widget child,
Constructs a search bar theme that configures all descendant SearchBar widgets.
Implementation
const SearchBarTheme({super.key, required this.data, required super.child});