ajustes envio das tabelas, criação e edição de cidadão

This commit is contained in:
Reginaldo
2023-04-19 19:26:57 -03:00
parent 9ea45caab6
commit 2e63d60e14
21 changed files with 932 additions and 267 deletions

View File

@@ -1,4 +1,5 @@
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:rkm/config/color_palette.dart';
import '../controllers/format_txt.dart';
@@ -26,7 +27,7 @@ class InputText extends StatelessWidget {
this.textInputType = TextInputType.text,
this.maxLines = 1,
this.colorBorder = ColorPalette.black54,
this.onChanged = null
this.onChanged = null,
});
@override