feat: update void dialog
This commit is contained in:
parent
ee38b6218f
commit
c906d5ebe5
@ -90,24 +90,27 @@ class _VoidDialogState extends State<VoidDialog> {
|
||||
],
|
||||
),
|
||||
if (widget.selectedItems.isNotEmpty)
|
||||
Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
'Pesanan yang akan di void',
|
||||
style: const TextStyle(
|
||||
fontSize: 14,
|
||||
fontWeight: FontWeight.w600,
|
||||
color: AppColors.black,
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(top: 16.0),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
'Pesanan yang akan di void',
|
||||
style: const TextStyle(
|
||||
fontSize: 14,
|
||||
fontWeight: FontWeight.w600,
|
||||
color: AppColors.black,
|
||||
),
|
||||
),
|
||||
),
|
||||
SpaceHeight(12),
|
||||
Column(
|
||||
children: widget.selectedItems
|
||||
.map((item) => _item(context, item))
|
||||
.toList(),
|
||||
),
|
||||
],
|
||||
SpaceHeight(12),
|
||||
Column(
|
||||
children: widget.selectedItems
|
||||
.map((item) => _item(context, item))
|
||||
.toList(),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
SpaceHeight(16),
|
||||
CustomTextField(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user