Aplicacion terminada v2
This commit is contained in:
@ -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
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user