SuccessWidget constructor
const
SuccessWidget({})
Implementation
const SuccessWidget({
Key? key,
required this.message,
required this.step,
required this.nextScreen,
required this.delay,
}) : super(key: key);