monthsListTextStyle top-level constant

TextStyle const monthsListTextStyle

Implementation

const monthsListTextStyle = TextStyle(
  color: Colors.white,
  fontSize: 14,
  fontWeight: FontWeight.w500,
);