VideoGenerationProgressWidget constructor
const
VideoGenerationProgressWidget({
- Key? key,
- required String taskId,
- VideoTaskStatusResult? currentStatus,
- VoidCallback? onRefresh,
Implementation
const VideoGenerationProgressWidget({
super.key,
required this.taskId,
this.currentStatus,
this.onRefresh,
});