HomeView constructor

const HomeView(
  1. Future<ScopedDependencies?> _depsFactory(), {
  2. Key? key,
  3. DirectLinkSlug? link,
})

Implementation

const HomeView(this._depsFactory, {super.key, this.link});