todayCellTextStyle property

  1. @override
TextStyle todayCellTextStyle
getter/setter pairoverride

Implementation

@override
TextStyle todayCellTextStyle = const TextStyle(
    color: Color(0xFF333333), fontSize: 14, fontWeight: FontWeight.bold);