MistyViewModel constructor
MistyViewModel({})
Implementation
MistyViewModel({
required this.url,
this.showBar = false,
this.showTitle = false,
this.title,
this.showMoreBtn = true,
this.moreFunc,
this.closeFunc,
this.bottomNav,
this.logo,
this.milliseconds,
});