first working prototype
Some checks failed
Build CI / Build (push) Has been cancelled

This commit is contained in:
2026-02-11 22:59:25 +05:30
parent 6a10685033
commit 73827ea62c
13 changed files with 281 additions and 32 deletions

View File

@@ -14,6 +14,7 @@ class SListTile extends StatelessWidget {
leading: Icon(icon),
title: Text(title),
onTap: () {
Navigator.pop(context);
Navigator.pushNamed(context, route);
},
);