MBInAppMessageButton class
This class represent a button of an in app message
Constructors
Properties
- backgroundColor → Color?
-
An optional background color
final
- blockId → int?
-
If the link type is
MBInAppMessageButtonLinkType.section
, the id of the MBurger block of the sectionfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- link → String?
-
The link of the button
final
- linkType → MBInAppMessageButtonLinkType
-
The type of link of the button
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sectionId → int?
-
If the link type is
MBInAppMessageButtonLinkType.section
, the id of the MBurger sectionfinal - title → String
-
The title of the button
final
- titleColor → Color?
-
An optional color for the title
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