CardDetails constructor

CardDetails({
  1. Key? key,
})

Implementation

CardDetails({Key? key}) : super(key: key);