CardCallToAction Class Reference
CardCallToAction
Undocumented
iconThe icon representing the call to action.
titleThe title text for the call to action.
Declaration
titleColorThe color for the call to action title text.
init(icon:title:titleColor:)Creates a call to action instance.
Declaration
Parameters
icon |
The icon representing the call to action. |
title |
The title text for the call to action. |
titleColor |
The color for the call to action title text. |
Return Value
Returns a call to action instance.
-initUndocumented