Always show the page names.

This commit is contained in:
Hyperling 2025-02-06 11:48:51 -07:00
parent 54cd86c34b
commit 78a407d0ec

View File

@ -88,7 +88,7 @@ class _HomePageState extends State<HomePage> {
return Scaffold(
appBar: AppBar(title: Text("Expense Tracker")),
drawer: NavigationRail(
extended: constraints.maxWidth >= 800,
extended: true,
destinations: [
NavigationRailDestination(
icon: Icon(Icons.payment),