Always show the page names.
This commit is contained in:
parent
54cd86c34b
commit
78a407d0ec
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user