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