ZetaCardContainer constructor
Constructs a ZetaCardContainer.
Implementation
const ZetaCardContainer({
this.content,
this.isAi = false,
this.title,
this.description,
this.isRequired = false,
this.headerMaxLines = 2,
super.key,
});
Constructs a ZetaCardContainer.
const ZetaCardContainer({
this.content,
this.isAi = false,
this.title,
this.description,
this.isRequired = false,
this.headerMaxLines = 2,
super.key,
});