This commit is contained in:
Felipe
2023-11-02 18:00:11 -05:00
parent d2e8817103
commit 2993d00f84
4 changed files with 38 additions and 87 deletions
+10 -4
View File
@@ -104,10 +104,16 @@ class MyServicesProScreen extends StatelessWidget {
);
},
leading: event.status == 'aprobado'
? const Icon(
Icons.check,
color: Colors.blue,
size: 40,
? const Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Icon(
Icons.check,
color: Colors.blue,
size: 30,
),
Text('Aceptado', style: TextStyle(fontSize: 12)),
],
)
: event.status == 'iniciado'
? const Icon(