MessageTypingAreaStyle class

Constructors

MessageTypingAreaStyle.new({Decoration decoration = const BoxDecoration(border: Border.fromBorderSide(BorderSide(color: Color(0xffC1C1C1))), borderRadius: BorderRadius.all(Radius.circular(40)), color: Colors.white), EditTextFieldStyle textFieldStyle = const EditTextFieldStyle(editTextStyle: TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 16), editTextHintStyle: TextStyle(fontWeight: FontWeight.w300, color: Color(0xff959595), fontSize: 12)), Color dividerColor = const Color(0xff000000), Color sentIconColor = const Color(0xff4879F9), IconStyle audioRecordIcon = const IconStyle(iconColor: Colors.white, bgColor: AppColor.primaryColor), Color rippleColor = const Color(0xff4879F9), Color attachmentIconColor = const Color(0xff363636), Color emojiIconColor = const Color(0xff363636), ReplyHeaderMessageViewStyle replyHeaderMessageViewStyle = const ReplyHeaderMessageViewStyle(decoration: BoxDecoration(borderRadius: BorderRadius.all(Radius.circular(10)), color: Color(0xffD0D8EB)), titleTextStyle: TextStyle(fontWeight: FontWeight.w600, color: Colors.black, fontSize: 11), contentTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Colors.black, fontSize: 13), mediaIconStyle: IconStyle(bgColor: Color(0xff7285B5), iconColor: Colors.white), borderRadius: BorderRadius.only(topRight: Radius.circular(5), bottomRight: Radius.circular(5))), Color replyBgColor = const Color(0xffE2E8F7), AudioRecordingViewStyle audioRecordingViewStyle = const AudioRecordingViewStyle(durationTextStyle: TextStyle(fontWeight: FontWeight.normal, color: AppColor.primaryColor, fontSize: 12), cancelTextStyle: TextStyle(fontWeight: FontWeight.w300, color: Color(0xff363636), fontSize: 12)), Color bgColor = Colors.white})
const

Properties

attachmentIconColor Color
final
audioRecordIcon IconStyle
final
audioRecordingViewStyle AudioRecordingViewStyle
final
bgColor Color
final
decoration Decoration
final
dividerColor Color
final
emojiIconColor Color
final
hashCode int
The hash code for this object.
no setterinherited
replyBgColor Color
final
replyHeaderMessageViewStyle ReplyHeaderMessageViewStyle
final
rippleColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentIconColor Color
final
textFieldStyle EditTextFieldStyle
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