besprechung
This commit is contained in:
@@ -68,8 +68,16 @@ class HomePage extends StatelessWidget {
|
||||
},
|
||||
child: Text(AppLocalizations.of(context)!.addplace),
|
||||
),
|
||||
|
||||
const SizedBox(height: 10),
|
||||
ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
minimumSize: const Size(250, 40),
|
||||
),
|
||||
onPressed: () => Navigator.pushNamed(context, '/viewCams'),
|
||||
child: Text(AppLocalizations.of(context)!.viewplaces),
|
||||
),
|
||||
const SizedBox(height: 20),
|
||||
const Divider(),
|
||||
const SizedBox(height: 20),
|
||||
ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
minimumSize: const Size(250, 40),
|
||||
@@ -78,14 +86,6 @@ class HomePage extends StatelessWidget {
|
||||
child: Text(AppLocalizations.of(context)!.excursion),
|
||||
), // Excursion
|
||||
|
||||
const SizedBox(height: 10),
|
||||
ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
minimumSize: const Size(250, 40),
|
||||
),
|
||||
onPressed: () => Navigator.pushNamed(context, '/viewCams'),
|
||||
child: Text(AppLocalizations.of(context)!.viewplaces),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
|
||||
ElevatedButton(
|
||||
@@ -96,7 +96,9 @@ class HomePage extends StatelessWidget {
|
||||
child: Text(AppLocalizations.of(context)!.viewExcursionen),
|
||||
),
|
||||
|
||||
const SizedBox(height: 10),
|
||||
const SizedBox(height: 20),
|
||||
const Divider(),
|
||||
const SizedBox(height: 20),
|
||||
ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
minimumSize: const Size(250, 40),
|
||||
|
||||
Reference in New Issue
Block a user