Fix home title alignment
This commit is contained in:
@@ -39,6 +39,7 @@ class _MIHAppBarState extends State<MIHAppBar> {
|
||||
],
|
||||
title: Text(
|
||||
widget.barTitle,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
centerTitle: true,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user