DanUIOverlappingCard constructor
const
DanUIOverlappingCard({})
Implementation
const DanUIOverlappingCard({
super.key,
required this.child,
this.headerWidget,
this.headerHeight,
this.overlapFactor = 0.5,
this.headerColor,
this.backgroundColor = Colors.transparent,
});