Header constructor
const
Header({})
Implementation
const Header({
super.key,
required this.children,
this.leading,
this.trailing,
this.showLeading = true,
this.showTrailing = true,
this.alignment = MainAxisAlignment.center,
required this.title,
this.height,
this.isFloating = true,
});