finalizada a tela service_individual_screen.dart,

ajustada service_home_screen.dart
This commit is contained in:
Reginaldo
2023-03-28 19:48:23 -03:00
parent 407755e0ac
commit d7adeee9af
11 changed files with 1200 additions and 17 deletions

View File

@@ -33,7 +33,7 @@ class ItemCitizen extends StatelessWidget {
title: TextDefault(text: name,fontWeigth: FontWeight.bold),
subtitle: TextDefault(text: '$numberCNS - $numberMedicalRecord - $date - $mother',fontSize: 16),
trailing: IconButton(
icon: Icon(Icons.assignment_outlined),
icon: Icon(Icons.assignment_rounded,size: 35,),
onPressed: ()=>AlertDialogDefault().alertSelect(context),
),
onTap: onTap,