VNScreen constructor

VNScreen({
  1. dynamic bgImage,
  2. dynamic speechList,
  3. dynamic route,
  4. dynamic nextRoute,
  5. Function? callback,
  6. int? updatedNumber,
  7. dynamic bgm,
})

Implementation

VNScreen({
  this.bgImage,
  this.speechList,
  this.route,
  this.nextRoute,
  this.callback,
  this.updatedNumber,
  this.bgm,
});