CustomCard constructor

const CustomCard({
  1. Key? key,
})

Implementation

const CustomCard({Key? key}) : super(key: key);