defaultYearTextStyle top-level constant
TextStyle
const defaultYearTextStyle
Implementation
const TextStyle defaultYearTextStyle = TextStyle(
color: AppColors.defaultYearColor,
fontSize: Dimen.yearTextSize,
fontWeight: FontWeight.w500,
);