XfdnBaseCard constructor
const
XfdnBaseCard({})
Implementation
const XfdnBaseCard({
super.key,
required this.child,
this.title,
this.padding = const EdgeInsets.all(16),
this.width,
this.subTitle,
this.showBullet = false,
this.bulletColor,
this.backgroundColor,
});