unselectedDayTextStyle property

  1. @override
TextStyle unselectedDayTextStyle
getter/setter pairoverride

The text style of the unselected days texts.

Implementation

@override
TextStyle unselectedDayTextStyle = const TextStyle(color: Color(0xFFFFFFFF));