1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00

Add an app bar

This commit is contained in:
Pierre HUBERT 2019-05-01 11:05:05 +02:00
parent 8d1de2aac8
commit 0b1e579a41

View File

@ -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),
),