yearMonthStyle property

TextStyle yearMonthStyle
getter/setter pair

Implementation

TextStyle yearMonthStyle = const TextStyle(
    fontWeight: FontWeight.w500,
    fontSize: 20,
    color: Colors.black);