DigitInfoCard constructor
const
DigitInfoCard({
- Key? key,
- required String title,
- required String description,
- TextStyle? titleStyle,
- Color? backgroundColor,
- Color? iconColor,
- IconData? icon,
- EdgeInsets? padding,
- EdgeInsets? margin,
- TextStyle? descStyle,
Implementation
const DigitInfoCard(
{super.key,
required this.title,
required this.description,
this.titleStyle,
this.backgroundColor,
this.iconColor,
this.icon,
this.padding,
this.margin,
this.descStyle});