ContactMessageViewStyle class

Constructors

ContactMessageViewStyle.new({TextMessageViewStyle textMessageViewStyle = const TextMessageViewStyle(textStyle: TextStyle(fontWeight: FontWeight.normal, color: Colors.black, fontSize: 14), timeTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff455E93), fontSize: 11)), TextStyle viewTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Colors.black, fontSize: 12), Size profileImageSize = const Size(30, 30), Color dividerColor = const Color(0xffD2D8E8)})
const

Properties

dividerColor Color
final
hashCode int
The hash code for this object.
no setterinherited
profileImageSize Size
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textMessageViewStyle TextMessageViewStyle
final
viewTextStyle TextStyle
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