Skip to content

Commit

Permalink
Update home_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofKekesi committed May 24, 2022
1 parent 4f875e0 commit 5045bc6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NASA-Mira/lib/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ class HomePage extends StatelessWidget {
backgroundColor: Colors.white,
body: SpaceJamPage(
title: "NASA Mira",
appBarLeftAction: Theme.of(context).platform == TargetPlatform.android
? SpaceJamAppBarAction(
Icons.arrow_back_rounded,
action: () {
Scaffold.of(context).openDrawer();
},
)
: null,
appBarRightAction: SpaceJamAppBarAction(
Icons.menu,
tooltip: AppLocalizations.of(context).translate("selectors"),
Expand Down

0 comments on commit 5045bc6

Please sign in to comment.