ciada a tela sync_init_screen.dart com a api_data_sync.dart, shared_preferences_service.dart e db_sqlite_sync.dart

This commit is contained in:
Reginaldo
2023-04-05 23:11:19 -03:00
parent 17f0fa7bcb
commit 8487b3dbba
16 changed files with 1139 additions and 205 deletions

View File

@@ -50,7 +50,7 @@ class InputText extends StatelessWidget {
obscureText: this.obscure,
controller: this.controller,
style: TextStyle(
color: ColorPalette.gray,
color: Colors.black,
fontSize: this.fontSize,
),
decoration: InputDecoration(