LoginView constructor

LoginView({
  1. String? logoApp,
  2. String? logoCompany,
  3. Color? appbarColor,
  4. Color? backgroundColors,
})

Implementation

LoginView(
    {this.logoApp, this.logoCompany, this.appbarColor, this.backgroundColors})
    : super();