Used for setting the style of unselected items Text.
Defaults to TextStyle( fontFamily: widget.calendarMode == CalendarMode.gregorian ? 'nunito' : 'dana', package: 'flutter_date_picker_timeline', color: widget.selectedItemBackgroundColor)
final TextStyle? unselectedItemTextStyle;