secondaryButton property

GoogleAppsCardV1Button? secondaryButton
getter/setter pair

The secondary button of the fixed footer.

The button must be a text button with text and color set. If secondaryButton is set, you must also set primaryButton.

Implementation

GoogleAppsCardV1Button? secondaryButton;