AppBarWithSearchFinder constructor

const AppBarWithSearchFinder({
  1. Key? key,
  2. required WidgetBuilder builder,
})

Implementation

const AppBarWithSearchFinder({Key? key, required this.builder})
    : super(key: key);