SavedCardsScreen constructor
const
SavedCardsScreen({})
Implementation
const SavedCardsScreen(
{super.key,
required this.saved,
required this.apiKey,
required this.amount,
required this.returnLink,
required this.testMode,
required this.metadata,
required this.onCancelledCard,
required this.onPaidCard,
required this.onCreateCard,
});