menu
MBG_Inspektionen
pages/login/loginView.dart
LoginView
LoginView.new const constructor
LoginView.new
dark_mode
light_mode
LoginView
constructor
const
LoginView
(
{
required
String
title
,
Key
?
key
,
})
Implementation
const LoginView({required this.title, Key? key}) : super(key: key);
MBG_Inspektionen
loginView
LoginView
LoginView.new const constructor
LoginView class