This commit is contained in:
Hamza-Ayed
2024-02-09 02:56:37 +03:00
parent d4d4592944
commit 8c61a79de3
15 changed files with 397 additions and 71 deletions

View File

@@ -18,7 +18,7 @@ class PointsCaptain extends StatelessWidget {
});
final Color kolor;
final String countPoint;
int pricePoint;
double pricePoint;
@override
Widget build(BuildContext context) {
@@ -31,8 +31,8 @@ class PointsCaptain extends StatelessWidget {
});
},
child: Container(
width: Get.width * .2,
height: Get.width * .2,
width: Get.width * .22,
height: Get.width * .15,
margin: const EdgeInsets.all(4),
decoration: BoxDecoration(
color: kolor,