GoogleAppsCardV1CardFixedFooter class
A persistent (sticky) footer that that appears at the bottom of the card.
Setting fixedFooter
without specifying a primaryButton
or a
secondaryButton
causes an error. For Chat apps, you can use fixed footers
in dialogs, but not
card messages.
For an example in Google Chat apps, see
Add a persistent footer.
[Google Workspace Add-ons and Chat
apps](https://developers.google.com/workspace/extend):
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- primaryButton ↔ GoogleAppsCardV1Button?
-
The primary button of the fixed footer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryButton ↔ GoogleAppsCardV1Button?
-
The secondary button of the fixed footer.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited