ReplyHeaderMessageViewStyle class

Constructors

ReplyHeaderMessageViewStyle.new({Decoration decoration = const BoxDecoration(borderRadius: BorderRadius.all(Radius.circular(10)), color: Color(0xffD0D8EB)), TextStyle titleTextStyle = const TextStyle(fontWeight: FontWeight.w600, color: Colors.black, fontSize: 11), TextStyle contentTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Colors.black, fontSize: 13), IconStyle mediaIconStyle = const IconStyle(bgColor: Color(0xff7285B5), iconColor: Colors.white), BorderRadius borderRadius = const BorderRadius.only(topRight: Radius.circular(5), bottomRight: Radius.circular(5))})
const

Properties

borderRadius BorderRadius
final
contentTextStyle TextStyle
final
decoration Decoration
final
hashCode int
The hash code for this object.
no setterinherited
mediaIconStyle IconStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleTextStyle 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