Body constructor
const
Body({})
Implementation
const Body({
required this.bodyPadding,
required this.head,
required this.footer,
required this.bodyBackground,
required this.body,
super.key,
this.darkMode = false,
});