CompletionView constructor
CompletionView({
- required CompletionStep completionStep,
- String assetPath = "",
Implementation
CompletionView({required this.completionStep, this.assetPath = ""});