defaultDateTextStyle top-level constant

TextStyle const defaultDateTextStyle

Implementation

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