disabledTextStyle property
final
TextStyle for day cells that have been disabled.
This refers to dates disabled by returning false in enabledDayPredicate
,
as well as dates that are outside of the bounds set up by firstDay
and lastDay
.
Implementation
final TextStyle disabledTextStyle;