criada a tela responsible_register_screen.dart, o model responsavel_model.dart e feitos outros ajustes

This commit is contained in:
Reginaldo
2023-05-25 17:50:26 -03:00
parent ddacba5525
commit f4bccc3e24
15 changed files with 458 additions and 50 deletions

View File

@@ -14,7 +14,7 @@ class TextCustom extends StatelessWidget {
TextCustom({
required this.text,
this.size = 16.0,
this.color = PaletteColors.primaryColor,
this.color = PaletteColors.grey,
this.fontWeight = FontWeight.normal,
this.textAlign = TextAlign.start,
this.maxLines = 1,