CustomCardExpandible constructor
const
CustomCardExpandible({})
Implementation
const CustomCardExpandible({
super.key,
required this.expanded,
required this.setExpanded,
this.textTitle = '',
this.textSubtitle = '',
this.textTrailing = '',
this.textTrailingBottom = '',
this.backgroundColor,
this.textColor,
});