defaultDayTextStyle top-level constant
TextStyle
const defaultDayTextStyle
Implementation
const TextStyle defaultDayTextStyle = TextStyle(
color: MyColors.defaultDayColor,
fontSize: MyFonts.dayTextSize,
fontWeight: FontWeight.w500,
);