update
This commit is contained in:
@ -68,34 +68,6 @@ class _DestinationPageState extends State<DestinationPage> {
|
||||
floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
|
||||
appBar:AppBar(
|
||||
title: Text("Iternery"),
|
||||
actions: [
|
||||
PopupMenuButton(
|
||||
icon: Icon(Icons.more_vert),
|
||||
itemBuilder: (BuildContext context) => <PopupMenuEntry>[
|
||||
const PopupMenuItem(
|
||||
child: ListTile(
|
||||
leading: Icon(Icons.cut),
|
||||
title: Text('Cut'),
|
||||
),
|
||||
),
|
||||
const PopupMenuItem(
|
||||
child: ListTile(
|
||||
leading: Icon(Icons.paste),
|
||||
title: Text('Paste'),
|
||||
),
|
||||
),
|
||||
const PopupMenuItem(
|
||||
child: ListTile(
|
||||
leading: Icon(Icons.delete),
|
||||
title: Text('Delete'),
|
||||
),
|
||||
),
|
||||
// const PopupMenuDivider(),
|
||||
// const PopupMenuItem(child: Text('Item A')),
|
||||
// const PopupMenuItem(child: Text('Item B')),
|
||||
],
|
||||
),
|
||||
],
|
||||
),
|
||||
body: Obx(() =>
|
||||
indexController.desination_mode.value == 0 ?
|
||||
|
||||
Reference in New Issue
Block a user