LoginForm constructor
const
LoginForm({})
Implementation
const LoginForm({
Key? key,
this.title,
required this.doLogin,
this.goSubscribe,
required this.goForgivenPassword,
this.errorMessage,
}) : super(key: key);