MessageInfoPageStyle class

This class defines the styles for the Message Info Page.

Constructors

MessageInfoPageStyle.new({AppBarTheme appBarTheme = const AppBarTheme(backgroundColor: Color(0xffF2F2F2), shadowColor: Colors.white, surfaceTintColor: Colors.white, titleTextStyle: TextStyle(fontWeight: FontWeight.bold, color: Color(0xff181818), fontSize: 20), iconTheme: IconThemeData(color: Color(0xff181818)), actionsIconTheme: IconThemeData(color: Color(0xff181818))), SenderChatBubbleStyle senderChatBubbleStyle = const SenderChatBubbleStyle(), TextStyle deliveredTitleStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 18.0), TextStyle readTitleStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 18.0), TextStyle deliveredMsgTitleStyle = const TextStyle(fontWeight: FontWeight.bold, color: Color(0xff7C7C7C), fontSize: 14.0), TextStyle readMsgTitleStyle = const TextStyle(fontWeight: FontWeight.bold, color: Color(0xff7C7C7C), fontSize: 14.0), ContactItemStyle deliveredItemStyle = const ContactItemStyle(), ContactItemStyle readItemStyle = const ContactItemStyle()})
Constructor for the MessageInfoPageStyle class It initializes all the styles with default values
const

Properties

appBarTheme AppBarTheme
AppBar theme style
final
deliveredItemStyle ContactItemStyle
Delivered item style
final
deliveredMsgTitleStyle TextStyle
Delivered message title text style
final
deliveredTitleStyle TextStyle
Delivered title text style
final
hashCode int
The hash code for this object.
no setterinherited
readItemStyle ContactItemStyle
Read item style
final
readMsgTitleStyle TextStyle
Read message title text style
final
readTitleStyle TextStyle
Read title text style
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderChatBubbleStyle SenderChatBubbleStyle
Sender chat bubble style
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