ajuste do calendário
This commit is contained in:
@@ -5,11 +5,11 @@ import '../utils/cores.dart';
|
||||
|
||||
class ItemAgenda extends StatelessWidget {
|
||||
|
||||
String data;
|
||||
int cor;
|
||||
String titulo;
|
||||
|
||||
ItemAgenda({
|
||||
required this.data,
|
||||
required this.cor,
|
||||
required this.titulo,
|
||||
});
|
||||
|
||||
@@ -31,7 +31,7 @@ class ItemAgenda extends StatelessWidget {
|
||||
children: [
|
||||
Container(
|
||||
width: Dimensoes.width*0.2,
|
||||
child: TextCustom(text: data,size: 14.0,fontWeight: FontWeight.normal,color: PaletaCores.cinzaClaro,)
|
||||
child: Icon(Icons.circle,color: Color(cor),)
|
||||
),
|
||||
TextCustom(text: titulo),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user