Fix home title alignment
This commit is contained in:
parent
714e6ef349
commit
6c3f829ac8
2 changed files with 2 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ class _MIHAppBarState extends State<MIHAppBar> {
|
|||
],
|
||||
title: Text(
|
||||
widget.barTitle,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
centerTitle: true,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue