TencentCloudChatTranslate constructor
const
TencentCloudChatTranslate({
- Key? key,
- BoxDecoration? decoration,
- TextStyle? textStyle,
- EdgeInsetsGeometry? padding,
- dynamic onTranslateSuccess()?,
- dynamic onTranslateFailed()?,
- required String msgID,
- String language = "",
Implementation
const TencentCloudChatTranslate(
{super.key,
this.decoration,
this.textStyle,
this.padding,
this.onTranslateSuccess,
this.onTranslateFailed,
required this.msgID,
this.language = ""});