DesktopHeader constructor
DesktopHeader({})
Implementation
DesktopHeader({
Key? key,
required this.onBackTap,
this.title,
this.showBackIcon = true,
this.onFilter,
this.actions,
this.isTitleCentered = false,
}) : super(key: key);