TencentCloudChatTranslate constructor
TencentCloudChatTranslate({
- Key? key,
- BoxDecoration? decoration,
- TextStyle? textStyle,
- EdgeInsetsGeometry? padding,
- dynamic onTranslateSuccess()?,
- dynamic onTranslateFailed()?,
- required String sourceText,
- required String targetLanguage,
- required List<
String> groupAtUserList, - required String localCustomData,
Implementation
TencentCloudChatTranslate(
{super.key,
this.decoration,
this.textStyle,
this.padding,
this.onTranslateSuccess,
this.onTranslateFailed,
required this.sourceText,
required this.targetLanguage,
required this.groupAtUserList,
required this.localCustomData});