ZetaScreenHeaderBar constructor

const ZetaScreenHeaderBar({
  1. Widget? title,
  2. bool rounded = true,
  3. String? actionButtonLabel,
  4. VoidCallback? onActionButtonPressed,
  5. Key? key,
})

Constructor for ZetaScreenHeaderBar.

Implementation

const ZetaScreenHeaderBar({
  this.title,
  this.rounded = true,
  this.actionButtonLabel,
  this.onActionButtonPressed,
  super.key,
});