DecisionCard constructor
DecisionCard({
- required DecisionData data,
- Border? border = Border.rounded,
- EdgeInsets? padding,
- Color? background,
- Key? key,
Implementation
DecisionCard({
required this.data,
this.border = Border.rounded,
this.padding,
this.background,
super.key,
});