|
|
|
@ -132,7 +132,9 @@ class AdsFilterView extends StatelessWidget {
|
|
|
|
child: ShowFillButton(
|
|
|
|
child: ShowFillButton(
|
|
|
|
maxHeight: 55,
|
|
|
|
maxHeight: 55,
|
|
|
|
title: "Search",
|
|
|
|
title: "Search",
|
|
|
|
onPressed: () {},
|
|
|
|
onPressed: () {
|
|
|
|
|
|
|
|
adVM.getAdsBasedOnFilters();
|
|
|
|
|
|
|
|
},
|
|
|
|
backgroundColor: MyColors.darkPrimaryColor,
|
|
|
|
backgroundColor: MyColors.darkPrimaryColor,
|
|
|
|
txtColor: MyColors.white,
|
|
|
|
txtColor: MyColors.white,
|
|
|
|
fontSize: 18,
|
|
|
|
fontSize: 18,
|
|
|
|
|