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