defaultMonthTextStyle top-level constant
Implementation
const TextStyle defaultMonthTextStyle = TextStyle(
color: AppColors.defaultMonthColor,
fontSize: Dimen.monthTextSize,
fontWeight: FontWeight.w500,
);
const TextStyle defaultMonthTextStyle = TextStyle(
color: AppColors.defaultMonthColor,
fontSize: Dimen.monthTextSize,
fontWeight: FontWeight.w500,
);