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