MessageThemeData class

Constructors

MessageThemeData({TextStyle? messageTextStyle, Color? messageBackgroundColor, BorderRadius? messageBorderRadius, TextStyle? nickNameTextStyle, TextStyle? timelineTextStyle, BorderRadius? avatarBorderRadius})

Properties

avatarBorderRadius BorderRadius?
final
hashCode int
The hash code for this object.
no setterinherited
messageBackgroundColor Color?
Color for messageBackgroundColor
final
messageBorderRadius BorderRadius?
border radius for text message
final
messageTextStyle TextStyle?
Text style for message text
final
nickNameTextStyle TextStyle?
Text style for user nick name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timelineTextStyle TextStyle?
Text style for timeline
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