customAppBar constructor
const
customAppBar(
- String title, {
- Key? key,
- List<
Widget> ? actions, - Color? backgroundColor,
- BorderRadius? borderRadius,
- PreferredSizeWidget? bottom,
- void onPressedBack()?,
- bool showSearchButton = false,
- void onSearch()?,
- String? searchHintText,
Implementation
const customAppBar(
this.title, {
super.key,
this.actions,
this.backgroundColor,
this.borderRadius,
this.bottom,
this.onPressedBack,
this.showSearchButton = false,
this.onSearch,
this.searchHintText,
});