# CardCallToAction

Undocumented

- `icon`
  
  The icon representing the call to action.

- `title`
  
  The title text for the call to action.

#### Declaration

- `titleColor`
  
  The 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.

- `-init`
  
  Undocumented
