3/30/5
This commit is contained in:
@@ -113,17 +113,19 @@ GetBuilder<MapDriverController> speedCircle() {
|
||||
? Positioned(
|
||||
// left: 5,
|
||||
bottom: 25,
|
||||
right: 5,
|
||||
right: 100,
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
shape: BoxShape.circle,
|
||||
color: AppColor.redColor,
|
||||
border: Border.all(width: 1)),
|
||||
border: Border.all(width: 2,color: AppColor.secondaryColor)),
|
||||
height: 60,
|
||||
width: 60,
|
||||
child: Text(
|
||||
mapDriverController.speed.toStringAsFixed(0),
|
||||
style: AppStyle.number,
|
||||
child: Center(
|
||||
child: Text(
|
||||
mapDriverController.speed.toStringAsFixed(0),
|
||||
style: AppStyle.number,
|
||||
),
|
||||
),
|
||||
))
|
||||
: const SizedBox());
|
||||
|
||||
Reference in New Issue
Block a user