update tabbed file

This commit is contained in:
2026-09-14 17:18:25 +00:00
parent a45ab3b24c
commit 33788f0d28
@@ -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(