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