todas las clases funcionales
This commit is contained in:
@ -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,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user