TF-1146 Padding for the Searched items in Destination picker

This commit is contained in:
Dat PHAM HOANG
2022-11-10 17:18:07 +07:00
committed by Dat H. Pham
parent 609d1a87ec
commit ce76e16232
2 changed files with 3 additions and 4 deletions
@@ -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(