SmallPassCard2 constructor
- Key? key,
- bool isGenerating = false,
- required Datum plan,
- required BuildContext parentContext,
Implementation
const SmallPassCard2({
super.key,
this.isGenerating = false,
required this.plan,
required this.parentContext,
});