LoginPage constructor
LoginPage({})
Implementation
LoginPage(
{Key? key,
this.logoApp,
this.logoCompany,
this.routeBackTo,
this.appbarColor,
this.backgroundColors,
required ILoginViewModel viewModel})
: super(key: key, viewModel: viewModel);