Hide option to view info
This commit is contained in:
parent
5523733d85
commit
b3dc2c57de
1 changed files with 12 additions and 12 deletions
|
@ -131,18 +131,18 @@ class _DetailPageState extends State<DetailPage> {
|
|||
],
|
||||
),
|
||||
),
|
||||
PopupMenuItem(
|
||||
value: 2,
|
||||
child: Row(
|
||||
children: [
|
||||
Icon(Icons.info),
|
||||
Padding(
|
||||
padding: EdgeInsets.all(8),
|
||||
),
|
||||
Text("Info"),
|
||||
],
|
||||
),
|
||||
),
|
||||
// PopupMenuItem(
|
||||
// value: 2,
|
||||
// child: Row(
|
||||
// children: [
|
||||
// Icon(Icons.info),
|
||||
// Padding(
|
||||
// padding: EdgeInsets.all(8),
|
||||
// ),
|
||||
// Text("Info"),
|
||||
// ],
|
||||
// ),
|
||||
// ),
|
||||
PopupMenuItem(
|
||||
value: 3,
|
||||
child: Row(
|
||||
|
|
Loading…
Add table
Reference in a new issue