BasicCard class
The basic card message. Useful for displaying information.
- Inheritance
- Annotations
Constructors
-
BasicCard({String title, String subtitle, String formattedText, DialogImage image, List<
BasicCardButton> buttons}) - The basic card message. Useful for displaying information.
-
BasicCard.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
The collection of card buttons.
final
- formattedText → String
-
The body text of the card.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- image → DialogImage
-
The image for the card.
final
-
props
→ List<
Object> -
The list of properies that will be used to determine whether
two instances are equal.
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stringify → bool
-
If set to
true
, the toString method will be overridden to output this instance's props. [...]read-only, inherited - subtitle → String
-
The subtitle of the card.
final
- title → String
-
The title of the card.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited