Aplicacion terminada v2

This commit is contained in:
2024-05-20 14:05:58 +02:00
parent 5f4dc6fc01
commit 560a262521
2 changed files with 2 additions and 7 deletions

View File

@ -79,7 +79,7 @@ Widget build(BuildContext context) {
children: [
if (hasMes)
Padding(
padding: const EdgeInsets.symmetric(horizontal: 10.0), // Add padding to the divider
padding: const EdgeInsets.symmetric(horizontal: 10.0),
child: Divider(color: Colors.green, thickness: 3.0), // Divider antes del párrafo
),
hasText
@ -97,7 +97,7 @@ Widget build(BuildContext context) {
: SizedBox.shrink(),
if (hasMes)
Padding(
padding: const EdgeInsets.symmetric(horizontal: 100.0), // Add padding to the divider
padding: const EdgeInsets.symmetric(horizontal: 100.0),
child: Divider(color: Colors.green, thickness: 1.0), // Divider después del párrafo
),
],