menu
MBG_Inspektionen
classes/dropdownClasses.dart
DropDownModel
<
ChildData extends WithLangText
,
ParentData extends WithOffline?
>
title property
title
dark_mode
light_mode
title
property
String
get
title
could be used for the scaffold appbar title
Implementation
String get title => currentData?.title ?? "root";
MBG_Inspektionen
dropdownClasses
DropDownModel
<
ChildData extends WithLangText
,
ParentData extends WithOffline?
>
title property
DropDownModel class