finished excursion view so far. Just need to test everything
time
This commit is contained in:
@@ -86,13 +86,14 @@ class HomePage extends StatelessWidget {
|
||||
onPressed: () => Navigator.pushNamed(context, '/viewCams'),
|
||||
child: Text(AppLocalizations.of(context)!.viewplaces),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
|
||||
ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
minimumSize: const Size(250, 40),
|
||||
),
|
||||
onPressed: () => Navigator.pushNamed(context, '/viewExcursionen'),
|
||||
child: Text(AppLocalizations.of(context)!.viewplaces),
|
||||
child: Text(AppLocalizations.of(context)!.viewExcursionen),
|
||||
),
|
||||
|
||||
const SizedBox(height: 10),
|
||||
|
||||
Reference in New Issue
Block a user