align bttons
This commit is contained in:
parent
f7a802ee5d
commit
17aab55f31
1 changed files with 2 additions and 2 deletions
|
|
@ -532,8 +532,8 @@ class _MihInfoState extends State<MihInfo> {
|
||||||
height: 10,
|
height: 10,
|
||||||
),
|
),
|
||||||
Wrap(
|
Wrap(
|
||||||
alignment: WrapAlignment.start,
|
alignment: WrapAlignment.center,
|
||||||
crossAxisAlignment: WrapCrossAlignment.start,
|
crossAxisAlignment: WrapCrossAlignment.center,
|
||||||
spacing: 10,
|
spacing: 10,
|
||||||
runSpacing: 10,
|
runSpacing: 10,
|
||||||
children: [
|
children: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue