Partially revert `Card` layout type
Closed this issue · 0 comments
PavelHolec commented
The layout type should specify:
case default(alignment: HorizontalAlignment = .leading, padding: CGFloat = .medium, spacing: CGFloat = .medium)
case fill(spacing: CGFloat = .medium)
static let fill
static let default