enviando cadastro cidadão individual

This commit is contained in:
Reginaldo
2023-04-27 23:34:27 -03:00
parent 15419365dc
commit 0ba2af9e2c
16 changed files with 925 additions and 404 deletions

View File

@@ -33,7 +33,7 @@ class InputWithSubtitle extends StatelessWidget {
this.mandatory = true,
this.textInputType = TextInputType.text,
this.maxLines = 1,
this.colorBorder = ColorPalette.black54,
this.colorBorder = ColorPalette.white,
required this.onChanged,
this.widthError = 0.7
});