SearchBarWidget constructor
const
SearchBarWidget({})
Implementation
const SearchBarWidget({
Key? key,
this.backgroundColor,
this.textColor,
this.iconColor,
this.height,
this.radius,
this.hintText,
required this.searchAction,
}) : super(key: key);