AtomicSearchAppBar constructor
const
AtomicSearchAppBar({
- Key? key,
- ValueChanged<
String> ? onSearch, - ValueChanged<
String> ? onSearchChanged, - String hintText = 'Search...',
- bool showBackButton = true,
- List<
Widget> ? actions, - Color? backgroundColor,
Implementation
const AtomicSearchAppBar({
super.key,
this.onSearch,
this.onSearchChanged,
this.hintText = 'Search...',
this.showBackButton = true,
this.actions,
this.backgroundColor,
});