MessageTranslationBubbleStyle class

MessageTranslationBubbleStyle is a data class that has styling-related properties to customize the appearance of MessageTranslationBubble

Constructors

MessageTranslationBubbleStyle({TextStyle? infoTextStyle, TextStyle? translatedTextStyle})

Properties

hashCode int
The hash code for this object.
no setterinherited
infoTextStyle TextStyle?
infoTextStyle provides styling for the text "Translated message"
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translatedTextStyle TextStyle?
translatedTextStyle provides styling for the translated text
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited