VideoGenerationProgressWidget constructor

const VideoGenerationProgressWidget({
  1. Key? key,
  2. required String taskId,
  3. VideoTaskStatusResult? currentStatus,
  4. VoidCallback? onRefresh,
})

Implementation

const VideoGenerationProgressWidget({
  super.key,
  required this.taskId,
  this.currentStatus,
  this.onRefresh,
});