NiceTranslatedText constructor

const NiceTranslatedText(
  1. String translationKey, {
  2. Key? key,
  3. Map<String, dynamic>? params,
  4. TextStyle? style,
  5. TextAlign? textAlign,
  6. int? maxLines,
  7. TextOverflow? overflow,
})

Implementation

const NiceTranslatedText(
  this.translationKey, {
  super.key,
  this.params,
  this.style,
  this.textAlign,
  this.maxLines,
  this.overflow,
});