StepPageData constructor

const StepPageData({
  1. required Widget contentPage,
})

Implementation

const StepPageData({required this.contentPage});