Head constructor
const
Head({})
Implementation
const Head({
required this.headPadding,
required this.headBackground,
required this.head,
required this.body,
required this.footer,
super.key,
this.darkMode = false,
});