ResponseCard constructor
const
ResponseCard({
- Key? key,
- required Response response,
Implementation
const ResponseCard({super.key, required this.response});
const ResponseCard({super.key, required this.response});