ZetaTopAppBar.centered constructor
Creates a ZetaTopAppBar with centered title.
Implementation
const ZetaTopAppBar.centered({
super.key,
super.rounded,
this.actions,
this.automaticallyImplyLeading = true,
this.searchController,
this.leading,
this.title,
this.titleTextStyle,
this.onSearch,
this.searchHintText = 'Search',
this.onSearchMicrophoneIconPressed,
}) : type = ZetaTopAppBarType.centeredTitle,
shrinks = false;