noticias creada, embalses necesita tabla y pregones separados por dividers

This commit is contained in:
2024-05-09 17:02:25 +02:00
parent 7c2577259e
commit 66b4708d63
11 changed files with 348 additions and 71 deletions

View File

@ -13,11 +13,11 @@ class CustomAppBar extends StatelessWidget implements PreferredSizeWidget {
padding: const EdgeInsets.all(8.0),
child: Center(
child: Padding(
padding: const EdgeInsets.only(top: 30.0),
padding: const EdgeInsets.only(top: 10.0),
child: Image.asset(
'assets/logo-civan.png',
height: 150,
width: 150,
height: 200,
width: 200,
),
),
),