update for Getx Error
This commit is contained in:
@ -87,10 +87,10 @@ class _DestinationPageState extends State<DestinationPage> {
|
||||
),
|
||||
floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
|
||||
appBar:AppBar(
|
||||
automaticallyImplyLeading: false,
|
||||
automaticallyImplyLeading: true,
|
||||
title: Text("app_title".tr),
|
||||
actions: [
|
||||
Obx(() =>
|
||||
//Obx(() =>
|
||||
ToggleButtons(
|
||||
disabledColor: Colors.grey.shade200,
|
||||
selectedColor: Colors.red,
|
||||
@ -104,7 +104,7 @@ class _DestinationPageState extends State<DestinationPage> {
|
||||
},
|
||||
isSelected: destinationController.isSelected,
|
||||
),
|
||||
),
|
||||
//),
|
||||
// IconButton(onPressed: (){
|
||||
// showCurrentPosition();
|
||||
// },
|
||||
|
||||
Reference in New Issue
Block a user