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)
|
if (widget.selectedItems.isNotEmpty)
|
||||||
Column(
|
Padding(
|
||||||
|
padding: const EdgeInsets.only(top: 16.0),
|
||||||
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
@ -109,6 +111,7 @@ class _VoidDialogState extends State<VoidDialog> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
),
|
||||||
SpaceHeight(16),
|
SpaceHeight(16),
|
||||||
CustomTextField(
|
CustomTextField(
|
||||||
controller: _reasonController,
|
controller: _reasonController,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user