AppSearchBar constructor
const
AppSearchBar({
- Key? key,
- required TextEditingController controller,
- required FocusNode focusNode,
- required ValueChanged<
String> onChanged, - bool isDesktop = false,
Implementation
const AppSearchBar({
super.key,
required this.controller,
required this.focusNode,
required this.onChanged,
this.isDesktop = false,
});