3/31/1
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user