CoderCard constructor
const
CoderCard({})
Creates a CoderCard with optional customization.
Implementation
const CoderCard({
super.key,
this.leading,
required this.title,
this.subtitle,
this.trailing,
this.onTap,
this.backgroundColor,
this.padding = const EdgeInsets.all(16),
this.borderRadius = 12,
this.showDivider = false,
this.textColor,
this.subtitleColor,
});