SmallPassCard2 constructor

const SmallPassCard2({
  1. Key? key,
  2. bool isGenerating = false,
  3. required Datum plan,
  4. required BuildContext parentContext,
})

Implementation

const SmallPassCard2({
  super.key,
  this.isGenerating = false,
  required this.plan,
  required this.parentContext,
});