ExpandableCard2 constructor
Implementation
ExpandableCard2({
this.lowDensity = false,
required this.title,
this.subtitle,
this.extra,
this.previewImg,
this.children = const [],
this.color,
Key? key,
}) : this.key = key ?? UniqueKey(),
this.opacity = 1;