ComingSoon constructor

const ComingSoon({
  1. Key? key,
  2. required String agentId,
  3. required List selectedFiles,
  4. required int currentPageIndex,
})

Implementation

const ComingSoon({super.key, required this.agentId, required this.selectedFiles, required this.currentPageIndex});