Card


Description:

public Card (string? title = null, string? subtitle = null, string? icon = null, Button? primary_button = null, Button? secondary_button = null)

Constructs a new Card with vertical layout (ContentBlock style).