TF-1146 Padding for the Searched items in Destination picker
This commit is contained in:
committed by
Dat H. Pham
parent
609d1a87ec
commit
ce76e16232
@@ -318,12 +318,11 @@ class DestinationPickerView extends GetWidget<DestinationPickerController>
|
||||
) {
|
||||
return Obx(() => Container(
|
||||
margin: const EdgeInsets.only(
|
||||
right: 8,
|
||||
bottom: 12,
|
||||
bottom: 8,
|
||||
top: BuildUtils.isWeb ? 8 : 0),
|
||||
decoration: _responsiveUtils.isDesktop(context)
|
||||
? BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(14),
|
||||
borderRadius: BorderRadius.circular(10),
|
||||
color: Colors.white)
|
||||
: null,
|
||||
child: ListView.builder(
|
||||
|
||||
Reference in New Issue
Block a user