ExpandableCard constructor
const
ExpandableCard({})
Implementation
const ExpandableCard(
{Key? key,
this.shape,
this.elevation = 2,
this.margin = const EdgeInsets.all(12.0),
required this.child,
required this.expandableChild,
this.expandedAlignment = Alignment.center})
: super(key: key);