QuestionAnswer<R> constructor

QuestionAnswer<R>({
  1. Key? key,
  2. required Widget child,
  3. required Step step,
})

Implementation

QuestionAnswer({super.key, required super.child, required this.step});