ChatCustomization class
Constructors
- ChatCustomization.new({String? chatStatusBarBackgroundColor, String? chatStatusBarIconsColorMode, ToolbarCustomization? chatToolbar, ToolbarCustomization? attachmentPreviewToolbar, String? attachmentPreviewToolbarSaveMenuItemIcon, String? attachmentPreviewToolbarMenuItemsIconTint, String? networkErrorText, String? networkErrorTextColor, String? networkErrorTextAppearance, String? networkErrorLabelBackgroundColor, String? chatBackgroundColor, String? chatProgressBarColor, String? chatInputTextAppearance, String? chatInputTextColor, String? chatInputBackgroundColor, String? chatInputHintText, String? chatInputHintTextColor, String? chatInputAttachmentIcon, String? chatInputAttachmentIconTint, String? chatInputAttachmentBackgroundDrawable, String? chatInputAttachmentBackgroundColor, String? chatInputSendIcon, String? chatInputSendIconTint, String? chatInputSendBackgroundDrawable, String? chatInputSendBackgroundColor, String? chatInputSeparatorLineColor, bool? chatInputSeparatorLineVisible, String? chatInputCursorColor, bool? shouldHandleKeyboardAppearance})
Properties
- attachmentPreviewToolbar → ToolbarCustomization?
-
final
- attachmentPreviewToolbarMenuItemsIconTint → String?
-
final
- attachmentPreviewToolbarSaveMenuItemIcon → String?
-
final
- chatBackgroundColor → String?
-
final
- chatInputAttachmentBackgroundColor → String?
-
final
- chatInputAttachmentBackgroundDrawable → String?
-
final
- chatInputAttachmentIcon → String?
-
final
- chatInputAttachmentIconTint → String?
-
final
- chatInputBackgroundColor → String?
-
final
- chatInputCursorColor → String?
-
final
- chatInputHintText → String?
-
final
- chatInputHintTextColor → String?
-
final
- chatInputSendBackgroundColor → String?
-
final
- chatInputSendBackgroundDrawable → String?
-
final
- chatInputSendIcon → String?
-
final
- chatInputSendIconTint → String?
-
final
- chatInputSeparatorLineColor → String?
-
final
- chatInputSeparatorLineVisible → bool?
-
final
- chatInputTextAppearance → String?
-
final
- chatInputTextColor → String?
-
final
- chatProgressBarColor → String?
-
final
- chatStatusBarBackgroundColor → String?
-
final
- chatStatusBarIconsColorMode → String?
-
final
- chatToolbar → ToolbarCustomization?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- networkErrorLabelBackgroundColor → String?
-
final
- networkErrorText → String?
-
final
- networkErrorTextAppearance → String?
-
final
- networkErrorTextColor → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldHandleKeyboardAppearance → bool?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited