CompletionView constructor

CompletionView({
  1. required CompletionStep completionStep,
  2. String assetPath = "",
})

Implementation

CompletionView({required this.completionStep, this.assetPath = ""});