feat: update void dialog

This commit is contained in:
efrilm 2025-08-04 11:40:27 +07:00
parent ee38b6218f
commit c906d5ebe5

View File

@ -90,7 +90,9 @@ class _VoidDialogState extends State<VoidDialog> {
],
),
if (widget.selectedItems.isNotEmpty)
Column(
Padding(
padding: const EdgeInsets.only(top: 16.0),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
@ -109,6 +111,7 @@ class _VoidDialogState extends State<VoidDialog> {
),
],
),
),
SpaceHeight(16),
CustomTextField(
controller: _reasonController,