ChatPageStyle class
Constructors
- ChatPageStyle.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))), ChatUserAppBarStyle chatUserAppBarStyle = const ChatUserAppBarStyle(), EditTextFieldStyle searchTextFieldStyle = const EditTextFieldStyle(), MessageTypingAreaStyle messageTypingAreaStyle = const MessageTypingAreaStyle(), NotificationMessageViewStyle notificationMessageViewStyle = const NotificationMessageViewStyle(), Color chatSelectionBgColor = Colors.black12, SenderChatBubbleStyle senderChatBubbleStyle = const SenderChatBubbleStyle(), ReceiverChatBubbleStyle receiverChatBubbleStyle = const ReceiverChatBubbleStyle(), AttachmentViewStyle attachmentViewStyle = const AttachmentViewStyle(), PopupMenuThemeData popupMenuThemeData = const PopupMenuThemeData(color: Colors.white, surfaceTintColor: Colors.white, shadowColor: Colors.white, textStyle: TextStyle(fontWeight: FontWeight.w600, color: Color(0xff181818), fontSize: 15), shape: RoundedRectangleBorder(side: BorderSide(color: Color(0xffE8E8E8), width: 1)), iconColor: Color(0xff181818)), InstantScheduleMeetStyle instantScheduleMeetStyle = const InstantScheduleMeetStyle(), Decoration? chatPageBackgroundDecoration})
-
const
Properties
- appBarTheme → AppBarTheme
-
final
- attachmentViewStyle → AttachmentViewStyle
-
final
- chatPageBackgroundDecoration → Decoration?
-
final
- chatSelectionBgColor → Color
-
final
- chatUserAppBarStyle → ChatUserAppBarStyle
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instantScheduleMeetStyle → InstantScheduleMeetStyle
-
final
- messageTypingAreaStyle → MessageTypingAreaStyle
-
final
- notificationMessageViewStyle → NotificationMessageViewStyle
-
final
- popupMenuThemeData → PopupMenuThemeData
-
final
- receiverChatBubbleStyle → ReceiverChatBubbleStyle
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchTextFieldStyle → EditTextFieldStyle
-
final
- senderChatBubbleStyle → SenderChatBubbleStyle
-
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