ResponseCard constructor

const ResponseCard({
  1. Key? key,
  2. required Response response,
})

Implementation

const ResponseCard({super.key, required this.response});