ZetaScreenHeaderBar constructor
- Key? key,
- bool? rounded,
- Widget? title,
- String? actionButtonLabel,
- VoidCallback? onActionButtonPressed,
- String? backSemanticLabel,
- VoidCallback? onBackButtonPressed,
Constructor for ZetaScreenHeaderBar.
Implementation
const ZetaScreenHeaderBar({
super.key,
super.rounded,
this.title,
this.actionButtonLabel,
this.onActionButtonPressed,
this.backSemanticLabel,
this.onBackButtonPressed,
});