ZetaTopAppBar.centered constructor
Creates a ZetaTopAppBar with centered title.
Implementation
const ZetaTopAppBar.centered({
super.key,
super.rounded,
this.actions = const [],
this.automaticallyImplyLeading = true,
this.leading,
this.title,
this.titleTextStyle,
this.titleSpacing,
}) : type = ZetaTopAppBarType.centered,
onSearch = null,
searchHintText = null,
searchController = null,
onSearchMicrophoneIconPressed = null,
clearSemanticLabel = null,
searchBackSemanticLabel = null,
microphoneSemanticLabel = null,
searchSemanticLabel = null,
shrinks = false;