AppTranslatedTextView constructor
const
AppTranslatedTextView({
- Key? key,
- required String txt,
- TextStyle? style,
- TextAlign? textAlign,
- TextDirection? textDirection,
Implementation
const AppTranslatedTextView({
super.key,
required this.txt,
this.style,
this.textAlign,
this.textDirection,
});