Optimization #2

This commit is contained in:
2025-09-03 12:10:28 +05:30
parent be76465774
commit 3e3465d5e8
13 changed files with 7 additions and 258 deletions

View File

@@ -24,30 +24,6 @@ class _ServiceScreen extends State<ServiceScreen> {
const TextStyle(color: Colors.black, fontWeight: FontWeight.w500),
),
centerTitle: false,
actions: [
// IconButton(
// icon: const Icon(Icons.notifications_outlined),
// onPressed: () {
// // Navigate to notifications
// },
// ),
Padding(
padding: const EdgeInsets.only(right: 10.0),
child: InkWell(
borderRadius: BorderRadius.circular(20),
onTap: () {
// Navigator.push(context, MaterialPageRoute(
// builder: (context) => const CustomerInfoScreen()));
},
child: const CircleAvatar(
backgroundImage: AssetImage(
'assets/images/avatar.jpg',
), // Replace with your image
radius: 20,
),
),
),
],
),
body: ListView(
children: [