AutoTranslateText constructor

const AutoTranslateText(
  1. String text, {
  2. Key? key,
  3. TextStyle? style,
  4. TextAlign? textAlign,
})

Implementation

const AutoTranslateText(this.text, {super.key, this.style, this.textAlign});