TextStyle regularTextStyleWithColor(Color? color, {Color? backgroundColor}) => regularTextStyle.copyWith(color: color, backgroundColor: backgroundColor);