monthTextStyle top-level constant

TextStyle const monthTextStyle

Implementation

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