PWInboxStyle class

This class is designed to customize the Inbox appearance

Constructors

PWInboxStyle()

Properties

accentColor String?
The accent color
getter/setter pair
backgroundColor String?
The default background color
getter/setter pair
barAccentColor String?
The default back button color
getter/setter pair
barBackgroundColor String?
The default bar color
getter/setter pair
barTextColor String?
The default bar accent color
getter/setter pair
barTitle String?
The default bar title text
getter/setter pair
dateColor String?
The color of message dates
getter/setter pair
dateFormat String?
Inbox message date format. For example: "dd.MMMM.yyyy"
getter/setter pair
defaultImage String?
The default icon in the cell next to the message; if not specified, the app icon is used
getter/setter pair
defaultTextColor String?
The default text color (iOS only)
getter/setter pair
descriptionColor String?
The color of messages descriptions
getter/setter pair
dividerColor String?
The color of the separator
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highlightColor String?
The default selection color
getter/setter pair
imageTypeColor String?
The color of the unread message action icon (Deep Link, URL, etc.). By default used accentColor (Android only)
getter/setter pair
listEmptyImage String?
The image which is displayed if the list of inbox messages is empty
getter/setter pair
listEmptyMessage String?
The text which is displayed if the list of inbox messages is empty; cannot be localized
getter/setter pair
listErrorImage String?
The image which is displayed if an error occurs and the list of inbox messages is empty
getter/setter pair
listErrorMessage String?
The error text which is displayed when an error occurs; cannot be localized
getter/setter pair
readDateColor String?
The color of message dates if message was readed (Android only)
getter/setter pair
readDescriptionColor String?
The color of messages descriptions if message was readed (Android only)
getter/setter pair
readImageTypeColor String?
The color of the read message action icon. By default used readDateColor (Android only)
getter/setter pair
readTitleColor String?
The color of message titles if message was readed (Android only)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleColor String?
The color of message titles
getter/setter pair
unreadImage String?
The appearance of the unread messages mark (iOS only)
getter/setter pair

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