cambios para la nueva version de Google y actualizaciones de flutter
This commit is contained in:
@ -8,7 +8,7 @@ import 'package:crcivan/pages/embalses';
|
||||
import 'package:crcivan/widgets/background_widget.dart';
|
||||
|
||||
class MyHomePage extends StatelessWidget {
|
||||
const MyHomePage({Key? key, required this.title}) : super(key: key);
|
||||
const MyHomePage({super.key, required this.title});
|
||||
final String title;
|
||||
|
||||
@override
|
||||
|
||||
@ -100,17 +100,7 @@ class _NoticiasPageState extends State<NoticiasPage> {
|
||||
style: TextStyle(fontSize: 16.0), // Mantener el texto del contenido en estilo regular
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: Text(
|
||||
href ?? 'Enlace no disponible',
|
||||
style: TextStyle(
|
||||
fontSize: 14.0,
|
||||
color: Colors.blue,
|
||||
decoration: TextDecoration.underline,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user