update forced checkin for start point and nearbt start points

This commit is contained in:
2023-11-15 16:27:28 +05:30
parent e8d65ba725
commit 85b8c4705f
3 changed files with 45 additions and 8 deletions

View File

@ -548,7 +548,9 @@ class BottomSheetNew extends GetView<BottomSheetController> {
),
// forced start / checkin
distanceToDest <= 100
distanceToDest <=
destinationController
.getForcedChckinDistance(destination)
? ElevatedButton(
style: ElevatedButton.styleFrom(
backgroundColor: Theme.of(context)