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( return Scaffold(
appBar: AppBar(title: Text("Expense Tracker")), appBar: AppBar(title: Text("Expense Tracker")),
drawer: NavigationRail( drawer: NavigationRail(
extended: constraints.maxWidth >= 800, extended: true,
destinations: [ destinations: [
NavigationRailDestination( NavigationRailDestination(
icon: Icon(Icons.payment), icon: Icon(Icons.payment),