diff --git a/lib/screens/excursion/excursion_main.dart b/lib/screens/excursion/excursion_main.dart index c5c5b43..51f5c97 100644 --- a/lib/screens/excursion/excursion_main.dart +++ b/lib/screens/excursion/excursion_main.dart @@ -260,6 +260,7 @@ class _ExcursionMainState extends State { const SizedBox(height: 10), // ---------- Bima number const Divider(), + // TODO implement expensionpanel const SizedBox(height: 10), VarTextField( textController: rmap["BimaNr"]!["controller"]!,