defaultDateTextStyle top-level constant

TextStyle const defaultDateTextStyle

Implementation

const TextStyle defaultDateTextStyle = TextStyle(
  color: MyColors.defaultDateColor,
  fontSize: MyFonts.dateTextSize,
  fontWeight: FontWeight.w500,
);