todas las clases funcionales

This commit is contained in:
2024-05-16 16:13:59 +02:00
parent 0c1ef39a32
commit 5f4dc6fc01
6 changed files with 119 additions and 75 deletions

View File

@ -35,7 +35,7 @@ class MyHomePage extends StatelessWidget {
MaterialPageRoute(builder: (context) => const NoticiasPage()),
);},
child: SizedBox(
width: 250.0,
width: 300.0,
child: Padding(
padding: const EdgeInsets.only(bottom: 20.0),
child: Container(
@ -49,7 +49,7 @@ class MyHomePage extends StatelessWidget {
textAlign: TextAlign.center,
style: TextStyle(
color: Color.fromARGB(255, 255, 255, 255),
fontSize: 27.0,
fontSize: 32.0,
fontWeight: FontWeight.bold,
),
),
@ -65,7 +65,7 @@ class MyHomePage extends StatelessWidget {
);
},
child: SizedBox(
width: 250.0,
width: 300.0,
child: Padding(
padding: const EdgeInsets.only(bottom: 20.0),
child: Container(
@ -79,7 +79,7 @@ class MyHomePage extends StatelessWidget {
textAlign: TextAlign.center,
style: TextStyle(
color: Colors.white,
fontSize: 27.0,
fontSize: 32.0,
fontWeight: FontWeight.bold,
),
),
@ -95,7 +95,7 @@ class MyHomePage extends StatelessWidget {
);
},
child: SizedBox(
width: 250.0,
width: 300.0,
child: Padding(
padding: const EdgeInsets.only(bottom: 20.0),
child: Container(
@ -109,7 +109,7 @@ class MyHomePage extends StatelessWidget {
textAlign: TextAlign.center,
style: TextStyle(
color: Colors.white,
fontSize: 27.0,
fontSize: 32.0,
fontWeight: FontWeight.bold,
),
),
@ -122,7 +122,7 @@ class MyHomePage extends StatelessWidget {
launchAemetURL();
},
child: SizedBox(
width: 250.0,
width: 300.0,
child: Padding(
padding: const EdgeInsets.only(bottom: 20.0),
child: Container(
@ -136,7 +136,7 @@ class MyHomePage extends StatelessWidget {
textAlign: TextAlign.center,
style: TextStyle(
color: Colors.white,
fontSize: 27.0,
fontSize: 32.0,
fontWeight: FontWeight.bold,
),
),