feat: update void dialog
This commit is contained in:
parent
ee38b6218f
commit
c906d5ebe5
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user