fix tool padding
This commit is contained in:
parent
e4395a4d25
commit
e6942c4006
1 changed files with 2 additions and 3 deletions
|
|
@ -184,10 +184,9 @@ class _MihPackageState extends State<MihPackage>
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(
|
const SizedBox(width: 5),
|
||||||
width: 5,
|
|
||||||
),
|
|
||||||
widget.appTools,
|
widget.appTools,
|
||||||
|
const SizedBox(width: 5),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 5),
|
const SizedBox(height: 5),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue