copyWith method

  1. @override
AppTextTheme copyWith({
  1. TextStyle? speakupTypographyTextXsRegular,
  2. TextStyle? speakupTypographyTextXsMedium,
  3. TextStyle? speakupTypographyTextXsSemibold,
  4. TextStyle? speakupTypographyTextXsBold,
  5. TextStyle? speakupTypographyTextSmRegular,
  6. TextStyle? speakupTypographyTextSmMedium,
  7. TextStyle? speakupTypographyTextSmSemibold,
  8. TextStyle? speakupTypographyTextSmBold,
  9. TextStyle? speakupTypographyTextMdRegular,
  10. TextStyle? speakupTypographyTextMdMedium,
  11. TextStyle? speakupTypographyTextMdSemibold,
  12. TextStyle? speakupTypographyTextMdBold,
  13. TextStyle? speakupTypographyTextBaseRegular,
  14. TextStyle? speakupTypographyTextBaseMedium,
  15. TextStyle? speakupTypographyTextBaseSemibold,
  16. TextStyle? speakupTypographyTextBaseBold,
  17. TextStyle? speakupTypographyTextLgRegular,
  18. TextStyle? speakupTypographyTextLgMedium,
  19. TextStyle? speakupTypographyTextLgSemibold,
  20. TextStyle? speakupTypographyTextLgBold,
  21. TextStyle? speakupTypographyTextXlRegular,
  22. TextStyle? speakupTypographyTextXlMedium,
  23. TextStyle? speakupTypographyTextXlSemibold,
  24. TextStyle? speakupTypographyTextXlBold,
  25. TextStyle? speakupTypographyText2xlRegular,
  26. TextStyle? speakupTypographyText2xlMedium,
  27. TextStyle? speakupTypographyText2xlSemibold,
  28. TextStyle? speakupTypographyText2xlBold,
  29. TextStyle? speakupTypographyText3xlRegular,
  30. TextStyle? speakupTypographyText3xlMedium,
  31. TextStyle? speakupTypographyText3xlSemibold,
  32. TextStyle? speakupTypographyText3xlBold,
})
override

Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.

Implementation

@override
AppTextTheme copyWith({
  TextStyle? speakupTypographyTextXsRegular,
  TextStyle? speakupTypographyTextXsMedium,
  TextStyle? speakupTypographyTextXsSemibold,
  TextStyle? speakupTypographyTextXsBold,
  TextStyle? speakupTypographyTextSmRegular,
  TextStyle? speakupTypographyTextSmMedium,
  TextStyle? speakupTypographyTextSmSemibold,
  TextStyle? speakupTypographyTextSmBold,
  TextStyle? speakupTypographyTextMdRegular,
  TextStyle? speakupTypographyTextMdMedium,
  TextStyle? speakupTypographyTextMdSemibold,
  TextStyle? speakupTypographyTextMdBold,
  TextStyle? speakupTypographyTextBaseRegular,
  TextStyle? speakupTypographyTextBaseMedium,
  TextStyle? speakupTypographyTextBaseSemibold,
  TextStyle? speakupTypographyTextBaseBold,
  TextStyle? speakupTypographyTextLgRegular,
  TextStyle? speakupTypographyTextLgMedium,
  TextStyle? speakupTypographyTextLgSemibold,
  TextStyle? speakupTypographyTextLgBold,
  TextStyle? speakupTypographyTextXlRegular,
  TextStyle? speakupTypographyTextXlMedium,
  TextStyle? speakupTypographyTextXlSemibold,
  TextStyle? speakupTypographyTextXlBold,
  TextStyle? speakupTypographyText2xlRegular,
  TextStyle? speakupTypographyText2xlMedium,
  TextStyle? speakupTypographyText2xlSemibold,
  TextStyle? speakupTypographyText2xlBold,
  TextStyle? speakupTypographyText3xlRegular,
  TextStyle? speakupTypographyText3xlMedium,
  TextStyle? speakupTypographyText3xlSemibold,
  TextStyle? speakupTypographyText3xlBold,
}) {
  return AppTextTheme(
    speakupTypographyTextXsRegular: speakupTypographyTextXsRegular ?? this.speakupTypographyTextXsRegular,
    speakupTypographyTextXsMedium: speakupTypographyTextXsMedium ?? this.speakupTypographyTextXsMedium,
    speakupTypographyTextXsSemibold: speakupTypographyTextXsSemibold ?? this.speakupTypographyTextXsSemibold,
    speakupTypographyTextXsBold: speakupTypographyTextXsBold ?? this.speakupTypographyTextXsBold,
    speakupTypographyTextSmRegular: speakupTypographyTextSmRegular ?? this.speakupTypographyTextSmRegular,
    speakupTypographyTextSmMedium: speakupTypographyTextSmMedium ?? this.speakupTypographyTextSmMedium,
    speakupTypographyTextSmSemibold: speakupTypographyTextSmSemibold ?? this.speakupTypographyTextSmSemibold,
    speakupTypographyTextSmBold: speakupTypographyTextSmBold ?? this.speakupTypographyTextSmBold,
    speakupTypographyTextMdRegular: speakupTypographyTextMdRegular ?? this.speakupTypographyTextMdRegular,
    speakupTypographyTextMdMedium: speakupTypographyTextMdMedium ?? this.speakupTypographyTextMdMedium,
    speakupTypographyTextMdSemibold: speakupTypographyTextMdSemibold ?? this.speakupTypographyTextMdSemibold,
    speakupTypographyTextMdBold: speakupTypographyTextMdBold ?? this.speakupTypographyTextMdBold,
    speakupTypographyTextBaseRegular: speakupTypographyTextBaseRegular ?? this.speakupTypographyTextBaseRegular,
    speakupTypographyTextBaseMedium: speakupTypographyTextBaseMedium ?? this.speakupTypographyTextBaseMedium,
    speakupTypographyTextBaseSemibold: speakupTypographyTextBaseSemibold ?? this.speakupTypographyTextBaseSemibold,
    speakupTypographyTextBaseBold: speakupTypographyTextBaseBold ?? this.speakupTypographyTextBaseBold,
    speakupTypographyTextLgRegular: speakupTypographyTextLgRegular ?? this.speakupTypographyTextLgRegular,
    speakupTypographyTextLgMedium: speakupTypographyTextLgMedium ?? this.speakupTypographyTextLgMedium,
    speakupTypographyTextLgSemibold: speakupTypographyTextLgSemibold ?? this.speakupTypographyTextLgSemibold,
    speakupTypographyTextLgBold: speakupTypographyTextLgBold ?? this.speakupTypographyTextLgBold,
    speakupTypographyTextXlRegular: speakupTypographyTextXlRegular ?? this.speakupTypographyTextXlRegular,
    speakupTypographyTextXlMedium: speakupTypographyTextXlMedium ?? this.speakupTypographyTextXlMedium,
    speakupTypographyTextXlSemibold: speakupTypographyTextXlSemibold ?? this.speakupTypographyTextXlSemibold,
    speakupTypographyTextXlBold: speakupTypographyTextXlBold ?? this.speakupTypographyTextXlBold,
    speakupTypographyText2xlRegular: speakupTypographyText2xlRegular ?? this.speakupTypographyText2xlRegular,
    speakupTypographyText2xlMedium: speakupTypographyText2xlMedium ?? this.speakupTypographyText2xlMedium,
    speakupTypographyText2xlSemibold: speakupTypographyText2xlSemibold ?? this.speakupTypographyText2xlSemibold,
    speakupTypographyText2xlBold: speakupTypographyText2xlBold ?? this.speakupTypographyText2xlBold,
    speakupTypographyText3xlRegular: speakupTypographyText3xlRegular ?? this.speakupTypographyText3xlRegular,
    speakupTypographyText3xlMedium: speakupTypographyText3xlMedium ?? this.speakupTypographyText3xlMedium,
    speakupTypographyText3xlSemibold: speakupTypographyText3xlSemibold ?? this.speakupTypographyText3xlSemibold,
    speakupTypographyText3xlBold: speakupTypographyText3xlBold ?? this.speakupTypographyText3xlBold,
  );
}