ChatInfoPageStyle class

Constructors

ChatInfoPageStyle.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))), TextStyle silverAppbarTitleStyle = const TextStyle(fontWeight: FontWeight.w600, color: Colors.white, fontSize: 18), TextStyle silverAppBarSubTitleStyle = const TextStyle(fontWeight: FontWeight.w300, color: Colors.white, fontSize: 10), Color silverAppBarIconColor = Colors.white, MuteNotificationStyle muteNotificationStyle = const MuteNotificationStyle(textStyle: TextStyle(fontWeight: FontWeight.w500, color: Color(0xff181818), fontSize: 14), toggleStyle: ToggleStyle(activeColor: Colors.white, inactiveColor: Colors.white, activeToggleColor: Colors.blue, inactiveToggleColor: Colors.grey)), ListItemStyle optionsViewStyle = const ListItemStyle(leadingIconColor: Color(0xff181818), titleTextStyle: TextStyle(fontWeight: FontWeight.w500, color: Color(0xff181818), fontSize: 14), descriptionTextStyle: TextStyle(fontWeight: FontWeight.normal, color: Color(0xff767676), fontSize: 13), dividerColor: Color(0xffFAFAFA)), ListItemStyle viewAllMediaStyle = const ListItemStyle(leadingIconColor: Color(0xff181818), titleTextStyle: TextStyle(fontWeight: FontWeight.w500, color: Color(0xff181818), fontSize: 14), trailingIconColor: Color(0xff767676), dividerColor: Color(0xffFAFAFA)), ListItemStyle reportUserStyle = const ListItemStyle(leadingIconColor: Color(0xffFF3939), titleTextStyle: TextStyle(fontWeight: FontWeight.w500, color: Color(0xffFF3939), fontSize: 14), dividerColor: Color(0xffFAFAFA))})
const

Properties

appBarTheme AppBarTheme
final
hashCode int
The hash code for this object.
no setterinherited
muteNotificationStyle MuteNotificationStyle
final
optionsViewStyle ListItemStyle
final
reportUserStyle ListItemStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
silverAppBarIconColor Color
final
silverAppBarSubTitleStyle TextStyle
final
silverAppbarTitleStyle TextStyle
final
viewAllMediaStyle ListItemStyle
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