QOL: Button alignment
This commit is contained in:
parent
5681c6d73b
commit
0b57e10532
11 changed files with 30 additions and 0 deletions
|
|
@ -167,6 +167,8 @@ class _MihHomeState extends State<MihHome> {
|
|||
const SizedBox(height: 20),
|
||||
Center(
|
||||
child: Wrap(
|
||||
runAlignment: WrapAlignment.center,
|
||||
crossAxisAlignment: WrapCrossAlignment.center,
|
||||
alignment: WrapAlignment.center,
|
||||
spacing: 10,
|
||||
runSpacing: 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue