feat: switch main navigation to stateful shell tabs
This commit is contained in:
@@ -109,6 +109,7 @@ class BottomDock extends StatelessWidget {
|
||||
return Material(
|
||||
color: Colors.transparent,
|
||||
child: InkWell(
|
||||
key: const ValueKey('bottom_dock_home_button'),
|
||||
onTap: onHomeTap,
|
||||
borderRadius: BorderRadius.circular(AppRadius.xl),
|
||||
child: Container(
|
||||
|
||||
Reference in New Issue
Block a user