update tabbed file
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
|
||||
import 'package:intl/intl.dart';
|
||||
|
||||
import '../../Entity/gaurav/Gauravtest1/Gauravtest1_entity_list_screen.dart';
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:convert';
|
||||
|
||||
@@ -364,40 +362,6 @@ class _TabbedLayoutComponentState extends State<TabbedLayoutComponent> {
|
||||
|
||||
|
||||
|
||||
PopupMenuItem<String>(
|
||||
//value: 'Option 1',
|
||||
child: Text(
|
||||
'Gauravtest1',
|
||||
style: AppStyle.txtGilroySemiBold16,
|
||||
),
|
||||
onTap: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) =>
|
||||
gauravtest1_entity_list_screen(), //go to get all entity
|
||||
),
|
||||
);
|
||||
// Add your logic for menu 2 here
|
||||
},
|
||||
),
|
||||
|
||||
PopupMenuItem<String>(
|
||||
//value: 'Option 1',
|
||||
child: Text(
|
||||
'gtest',
|
||||
style: AppStyle.txtGilroySemiBold16,
|
||||
),
|
||||
onTap: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => gauravtest1_entity_list_screen(),
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
PopupMenuItem<String>(
|
||||
//value: 'Option 1',
|
||||
child: Text(
|
||||
|
||||
Reference in New Issue
Block a user