RecentChatItemStyle class

Constructors

RecentChatItemStyle.new({Size profileImageSize = const Size(48, 48), TextStyle titleTextStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 16), TextStyle subtitleTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff767676), fontSize: 14), Color spanTextColor = Colors.blue, TextStyle typingTextStyle = const TextStyle(fontWeight: FontWeight.w600, color: AppColor.primaryColor, fontSize: 14), TextStyle timeTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff767676), fontSize: 12), Color unreadCountBgColor = const Color(0xff4879F9), TextStyle unreadCountTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Colors.white, fontSize: 8), Color dividerColor = const Color(0XffE2E2E2), Color unreadColor = const Color(0xff4879F9), Color selectedBgColor = Colors.black12, Color unselectedBgColor = Colors.transparent})
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
selectedBgColor Color
final
spanTextColor Color
final
subtitleTextStyle TextStyle
final
timeTextStyle TextStyle
final
titleTextStyle TextStyle
final
typingTextStyle TextStyle
final
unreadColor Color
final
unreadCountBgColor Color
final
unreadCountTextStyle TextStyle
final
unselectedBgColor Color
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