HomeIconsAppBar constructor

const HomeIconsAppBar({
  1. Key? key,
  2. bool showSearchIcon = true,
})

Implementation

const HomeIconsAppBar({Key? key, this.showSearchIcon = true}) : super(key: key);