TextMessageViewStyle class

Constructors

TextMessageViewStyle({TextStyle textStyle = const TextStyle(fontWeight: FontWeight.normal, color: Colors.black, fontSize: 14), TextStyle timeTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff455E93), fontSize: 11), Color highlightColor = Colors.orange, Color urlMessageColor = const Color(0xff4879F9), CallLinkViewStyle callLinkViewStyle = const CallLinkViewStyle(decoration: BoxDecoration(color: Color(0xffD0D8EB)), textStyle: TextStyle(fontWeight: FontWeight.normal, color: Colors.black, fontSize: 12), iconColor: Color(0xff97A5C7))})
const

Properties

callLinkViewStyle CallLinkViewStyle
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
final
timeTextStyle TextStyle
final
urlMessageColor Color
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