This commit is contained in:
Felipe
2024-04-18 15:51:23 -05:00
parent 631b8c5801
commit 8084d5fc7f
15 changed files with 364 additions and 56 deletions
+6 -7
View File
@@ -229,13 +229,8 @@ class GeneralDrawer extends StatelessWidget {
return ListTile(
onTap: () {},
trailing: const Icon(Icons.keyboard_arrow_right,
color: Colors.black),
title: const Text(
'Reputación',
style: TextStyle(color: Colors.black),
),
subtitle: Row(
trailing: const Icon(Icons.keyboard_arrow_right, color: Colors.black),
title: Row(
children: [
RatingBar.builder(
initialRating: calculoRating(average),
@@ -260,6 +255,10 @@ class GeneralDrawer extends StatelessWidget {
),
);
}),
const Divider(
height: 1,
thickness: 0.5,
),
Padding(
padding: const EdgeInsets.only(top: 10),
child: Text(