currentMonthDayStyle property

TextStyle currentMonthDayStyle
getter/setter pair

Implementation

TextStyle currentMonthDayStyle = const TextStyle(
    fontSize: 16,
    fontWeight: FontWeight.w500,
    color: Colors.black12);