BlogSearchBar constructor

const BlogSearchBar({
  1. Key? key,
  2. required BlogController controller,
})

Implementation

const BlogSearchBar({
  super.key,
  required this.controller,
});