setMonthTextStyle method
Set the Month Text Style
Implementation
setMonthTextStyle(TextStyle style) {
setState(() {
monthTextStyle = style;
});
}
Set the Month Text Style
setMonthTextStyle(TextStyle style) {
setState(() {
monthTextStyle = style;
});
}