More beauty icons
This commit is contained in:
parent
6c51928b98
commit
38ae7ca28e
@ -201,10 +201,19 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
children: [
|
||||
Padding(
|
||||
padding: EdgeInsets.all(20),
|
||||
child: Text(
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
Padding(
|
||||
padding: EdgeInsets.only(right: 15),
|
||||
child: Icon(Icons.diversity_1, size: 25),
|
||||
),
|
||||
Text(
|
||||
"Hauptraum (oben)",
|
||||
style: TextStyle(fontSize: 25),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding: EdgeInsets.fromLTRB(20, 0, 20, 20),
|
||||
@ -239,10 +248,19 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
children: [
|
||||
Padding(
|
||||
padding: EdgeInsets.all(20),
|
||||
child: Text(
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
Padding(
|
||||
padding: EdgeInsets.only(right: 15),
|
||||
child: Icon(Icons.construction, size: 25),
|
||||
),
|
||||
Text(
|
||||
"Werkstatt (oben)",
|
||||
style: TextStyle(fontSize: 25),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding: EdgeInsets.fromLTRB(20, 0, 20, 20),
|
||||
@ -351,7 +369,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
),
|
||||
),
|
||||
ListTile(
|
||||
title: const Text('Main Page'),
|
||||
title: const Text('Actions'),
|
||||
onTap: () {
|
||||
setState(() {
|
||||
navIndex = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user