Browse Source

se cambio el background de las paginas de oniel a un azulito

Oniel Mendez 3 years ago
parent
commit
7e0041fc33

+ 1
- 0
fast_med_flutter/lib/routes/home.dart View File

@@ -13,6 +13,7 @@ class _HomeState extends State<Home>{
13 13
   @override
14 14
   Widget build(BuildContext context){
15 15
     return Scaffold(
16
+      backgroundColor: Colors.blue[50],
16 17
       appBar: AppBar(
17 18
         backgroundColor: Colors.red[300],
18 19
         title: Text('Bienvenido'),

+ 1
- 0
fast_med_flutter/lib/routes/ver_oficina.dart View File

@@ -156,6 +156,7 @@ class _VerOficinaState extends State<VerOficina>{
156 156
     var especialistas = getEspecialistas(especialista);
157 157
 
158 158
     return Scaffold(
159
+      backgroundColor: Colors.blue[50],
159 160
       appBar: AppBar(
160 161
         title: Text(name),
161 162
         backgroundColor: Colors.red[300],

+ 1
- 0
fast_med_flutter/lib/routes/ver_oficinas.dart View File

@@ -52,6 +52,7 @@ class _VerOficinasState extends State<VerOficinas>{
52 52
     });
53 53
     List<Oficina> lista =  _oficinas;
54 54
     return Scaffold(
55
+      backgroundColor: Colors.blue[50],
55 56
       key: _scaffoldKey,
56 57
       appBar: AppBar(
57 58
         title: Text('Oficinas'),