DateBox constructor
const
DateBox({})
Implementation
const DateBox(
{required this.dateParsed,
required this.size,
this.vertical = true,
this.shadowed = false,
this.weight,
this.color,
super.key});