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