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,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
widget.appActionButton,
|
widget.appActionButton,
|
||||||
|
const SizedBox(
|
||||||
|
width: 10,
|
||||||
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Container(
|
child: Container(
|
||||||
alignment: Alignment.centerRight,
|
// alignment: Alignment.center,
|
||||||
|
// alignment: Alignment.centerRight,
|
||||||
|
alignment: Alignment.centerLeft,
|
||||||
// color: Colors.black,
|
// color: Colors.black,
|
||||||
child: FittedBox(
|
child: FittedBox(
|
||||||
child: Text(
|
child: Text(
|
||||||
|
|||||||
Reference in New Issue
Block a user