AddCard constructor

AddCard({
  1. Key? key,
})

Implementation

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