ProgressBar constructor

const ProgressBar({
  1. required Widget nextScreen,
})

Implementation

const ProgressBar({required this.nextScreen});