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