notThisMonthDayStyle property

TextStyle notThisMonthDayStyle
getter/setter pair

Implementation

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