IDSExpandableCard constructor
const
IDSExpandableCard({})
Creates an IDSExpandableCard.
The cardTitle
, cardDescription
, expandIcon
, and collapseIcon
parameters must not be null.
Implementation
const IDSExpandableCard({
super.key,
required this.cardTitle,
required this.cardDescription,
this.titleTextStyle,
this.descriptionTextStyle,
required this.expandIcon,
required this.collapseIcon,
});