ArchivedChatsPageStyle class

Constructors

ArchivedChatsPageStyle.new({AppBarTheme appBarTheme = const AppBarTheme(backgroundColor: Colors.white, shadowColor: Colors.white, surfaceTintColor: Colors.white, titleTextStyle: TextStyle(fontWeight: FontWeight.bold, color: Color(0xff181818), fontSize: 20), elevation: 0, actionsIconTheme: IconThemeData(color: Color(0xff181818))), RecentChatItemStyle recentChatItemStyle = const RecentChatItemStyle(), TextStyle noDataTextStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 14)})
const

Properties

appBarTheme AppBarTheme
final
hashCode int
The hash code for this object.
no setterinherited
noDataTextStyle TextStyle
final
recentChatItemStyle RecentChatItemStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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