const constructure
This commit is contained in:
@@ -68,7 +68,7 @@ class _DeliveryDialogState extends State<DeliveryDialog> {
|
||||
height: 40.0,
|
||||
fit: BoxFit.contain,
|
||||
),
|
||||
SpaceWidth(12.0),
|
||||
const SpaceWidth(12.0),
|
||||
Expanded(
|
||||
child: Text(
|
||||
delivery.name,
|
||||
@@ -83,7 +83,7 @@ class _DeliveryDialogState extends State<DeliveryDialog> {
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
SpaceWidth(12.0),
|
||||
const SpaceWidth(12.0),
|
||||
Icon(
|
||||
Icons.check_circle,
|
||||
color: selectedType?.id == delivery.id
|
||||
|
||||
Reference in New Issue
Block a user