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), 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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited