InAppNotificationsTheme class

Constructors

InAppNotificationsTheme()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

backgroundColor Color
Background color set to InAppNotifications instance
no setter
descriptionFontSize double
Description font size set to InAppNotifications instance
no setter
shadow bool
Shadow boolean set to InAppNotifications instance
no setter
showAnimation InAppNotificationAnimation
InAppNotificationAnimation used to show In-App Notification based on set animationStyle to InAppNotifications instance
no setter
textColor Color
Text color set to InAppNotifications instance
no setter
titleFontSize double
Title font size set to InAppNotifications instance
no setter