MonthContainer constructor
const
MonthContainer({})
Implementation
const MonthContainer({
Key? key,
required this.month,
required this.fillColor,
required this.borderColor,
required this.textColor,
required this.textStyle,
}) : super(key: key);