BlogSearchBar constructor
const
BlogSearchBar({
- Key? key,
- required BlogController controller,
Implementation
const BlogSearchBar({
super.key,
required this.controller,
});