yearAndMonthHeaderTextStyle property

  1. @override
TextStyle yearAndMonthHeaderTextStyle
getter/setter pairoverride

The text style of the year and month header text.

Implementation

@override
TextStyle yearAndMonthHeaderTextStyle = const TextStyle(
  color: Color(0xFFFFFFFF),
  fontWeight: FontWeight.bold,
  fontSize: 18,
);