PWInboxStyle class Null safety
This class is designed to customize the Inbox appearance
Constructors
Properties
- accentColor ↔ String?
-
The accent color
read / write
- backgroundColor ↔ String?
-
The default background color
read / write
- barAccentColor ↔ String?
-
The default back button color
read / write
- barBackgroundColor ↔ String?
-
The default bar color
read / write
- barTextColor ↔ String?
-
The default bar accent color
read / write
- barTitle ↔ String?
-
The default bar title text
read / write
- dateColor ↔ String?
-
The color of message dates
read / write
- dateFormat ↔ String?
-
Inbox message date format. For example: "dd.MMMM.yyyy"
read / write
- defaultImage ↔ String?
-
The default icon in the cell next to the message; if not specified, the app icon is used
read / write
- defaultTextColor ↔ String?
-
The default text color (iOS only)
read / write
- descriptionColor ↔ String?
-
The color of messages descriptions
read / write
- dividerColor ↔ String?
-
The color of the separator
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- highlightColor ↔ String?
-
The default selection color
read / write
- imageTypeColor ↔ String?
-
The color of the unread message action icon (Deep Link, URL, etc.). By default used accentColor (Android only)
read / write
- listEmptyImage ↔ String?
-
The image which is displayed if the list of inbox messages is empty
read / write
- listEmptyMessage ↔ String?
-
The text which is displayed if the list of inbox messages is empty; cannot be localized
read / write
- listErrorImage ↔ String?
-
The image which is displayed if an error occurs and the list of inbox messages is empty
read / write
- listErrorMessage ↔ String?
-
The error text which is displayed when an error occurs; cannot be localized
read / write
- readDateColor ↔ String?
-
The color of message dates if message was readed (Android only)
read / write
- readDescriptionColor ↔ String?
-
The color of messages descriptions if message was readed (Android only)
read / write
- readImageTypeColor ↔ String?
-
The color of the read message action icon. By default used readDateColor (Android only)
read / write
- readTitleColor ↔ String?
-
The color of message titles if message was readed (Android only)
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- titleColor ↔ String?
-
The color of message titles
read / write
- unreadImage ↔ String?
-
The appearance of the unread messages mark (iOS only)
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited