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

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

156
     var especialistas = getEspecialistas(especialista);
156
     var especialistas = getEspecialistas(especialista);
157
 
157
 
158
     return Scaffold(
158
     return Scaffold(
159
+      backgroundColor: Colors.blue[50],
159
       appBar: AppBar(
160
       appBar: AppBar(
160
         title: Text(name),
161
         title: Text(name),
161
         backgroundColor: Colors.red[300],
162
         backgroundColor: Colors.red[300],

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

52
     });
52
     });
53
     List<Oficina> lista =  _oficinas;
53
     List<Oficina> lista =  _oficinas;
54
     return Scaffold(
54
     return Scaffold(
55
+      backgroundColor: Colors.blue[50],
55
       key: _scaffoldKey,
56
       key: _scaffoldKey,
56
       appBar: AppBar(
57
       appBar: AppBar(
57
         title: Text('Oficinas'),
58
         title: Text('Oficinas'),