GoogleAppsCardV1CardFixedFooter class

A persistent (sticky) footer that that appears at the bottom of the card.

For an example in Google Chat apps, see Card footer. Setting fixedFooter without specifying a primaryButton or a secondaryButton causes an error. Supported by Google Workspace Add-ons and Chat apps. For Chat apps, you can use fixed footers in dialogs, but not card messages.

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