MonthTitle constructor
const
MonthTitle({})
Implementation
const MonthTitle({
required this.month,
this.monthNames,
this.style = const TextStyle(
fontSize: 18,
fontWeight: FontWeight.w600,
),
});
const MonthTitle({
required this.month,
this.monthNames,
this.style = const TextStyle(
fontSize: 18,
fontWeight: FontWeight.w600,
),
});