forked from yaso_meth/mih-project
Merge pull request #187 from yaso-meth/QOL--Tool-Title-Alignment-change
change tootl title to left center
This commit is contained in:
@@ -117,9 +117,14 @@ class _MihPackageState extends State<MihPackage>
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
widget.appActionButton,
|
||||
const SizedBox(
|
||||
width: 10,
|
||||
),
|
||||
Expanded(
|
||||
child: Container(
|
||||
alignment: Alignment.centerRight,
|
||||
// alignment: Alignment.center,
|
||||
// alignment: Alignment.centerRight,
|
||||
alignment: Alignment.centerLeft,
|
||||
// color: Colors.black,
|
||||
child: FittedBox(
|
||||
child: Text(
|
||||
|
||||
Reference in New Issue
Block a user