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