WelcomeStage constructor

WelcomeStage({
  1. String? name,
  2. String? title,
  3. String? message,
})

Implementation

WelcomeStage({this.name, this.title, this.message});