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