WIP
This commit is contained in:
parent
60a56db446
commit
72f44dd41b
|
@ -271,10 +271,12 @@ class _VisitRequestTemplateComponentWidgetState
|
||||||
),
|
),
|
||||||
SizedBox(height: MediaQuery.of(context).size.height * 0.02),
|
SizedBox(height: MediaQuery.of(context).size.height * 0.02),
|
||||||
if (widget.buttons.isNotEmpty)
|
if (widget.buttons.isNotEmpty)
|
||||||
Row(
|
const SizedBox(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
height: 16), // Adicione este SizedBox com a altura desejada
|
||||||
children: widget.buttons,
|
Row(
|
||||||
),
|
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||||
|
children: widget.buttons,
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue