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