This commit is contained in:
Hamza Aleghwairyeen
2024-03-31 02:24:27 +03:00
parent 66cd964a89
commit 874be94864
8 changed files with 71 additions and 53 deletions

View File

@@ -117,8 +117,8 @@ GetBuilder<MapDriverController> speedCircle() {
child: Container(
decoration: BoxDecoration(
shape: BoxShape.circle,
color: AppColor.redColor,
border: Border.all(width: 2,color: AppColor.secondaryColor)),
color: AppColor.secondaryColor,
border: Border.all(width: 3, color: AppColor.redColor)),
height: 60,
width: 60,
child: Center(