mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Add an app bar
This commit is contained in:
parent
8d1de2aac8
commit
0b1e579a41
@ -78,6 +78,9 @@ class _HomeRouteState extends State<HomeRoute> {
|
||||
return WillPopScope(
|
||||
onWillPop: _willPop,
|
||||
child: Scaffold(
|
||||
appBar: AppBar(
|
||||
title: _buildNavigationBarItems()[_currTab].title,
|
||||
),
|
||||
body: SafeArea(
|
||||
child: _buildBody(context),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user