localized method

PaywallTextButtonContent localized(
  1. Locale locale
)

Implementation

PaywallTextButtonContent localized(Locale locale) {
  return copyWith(label: label.localized(locale));
}