CustomComponent constructor
const
CustomComponent({})
Implementation
const CustomComponent({required this.responseData, required this.onButtonPressed, Key? key, required this.message}) : super(key: key);
const CustomComponent({required this.responseData, required this.onButtonPressed, Key? key, required this.message}) : super(key: key);