MessageTranslationOptionStyle class
MessageTranslationOptionStyle is a data class that has styling-related properties to customize the appearance of the option that appears in the bottom modal sheet on long-pressing a message bubble
Constructors
- MessageTranslationOptionStyle.new({Color? iconTint, TextStyle? titleStyle})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconTint → Color?
-
iconTint provides color to option icon
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleStyle → TextStyle?
-
titleStyle provides style to option 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