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