home - Added space between Banner

This commit is contained in:
Matthew Patrick 2022-05-16 01:59:32 +07:00
parent 5143c79664
commit 8c8d8aa150

View file

@ -44,6 +44,9 @@ class Home extends StatelessWidget {
),
Carousel(),
const NewArrivalProducts(),
const SizedBox(
height: 15,
),
const Bannerimage(),
const PopularProducts(),
],