selectedMonthTextStyle top-level constant

TextStyle const selectedMonthTextStyle

Implementation

const selectedMonthTextStyle = TextStyle(
  fontSize: 22,
  color: Colors.white,
  fontWeight: FontWeight.bold,
);