MessageTranslationBubbleStyle constructor

MessageTranslationBubbleStyle({
  1. TextStyle? infoTextStyle,
  2. TextStyle? translatedTextStyle,
})

Implementation

MessageTranslationBubbleStyle({this.infoTextStyle, this.translatedTextStyle});