AddNewCard constructor

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

Implementation

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