LoginWidget constructor
const
LoginWidget({})
Implementation
const LoginWidget(
{super.key,
this.devUsername,
this.devPassword,
this.assetLogo,
this.usernameHint,
this.passwordHint,
this.loginLabel,
required this.onLogin,
this.controller});