yearAndMonthHeaderTextStyle property
The text style of the year and month header text.
Implementation
@override
TextStyle yearAndMonthHeaderTextStyle = const TextStyle(
color: Color(0xFFFFFFFF),
fontWeight: FontWeight.bold,
fontSize: 18,
);
The text style of the year and month header text.
@override
TextStyle yearAndMonthHeaderTextStyle = const TextStyle(
color: Color(0xFFFFFFFF),
fontWeight: FontWeight.bold,
fontSize: 18,
);