Fix banner image from fill to cover

This commit is contained in:
Moe Poi ~ 2022-05-16 10:28:21 +07:00
parent e1daf59a40
commit e79835e118

View file

@ -18,7 +18,7 @@ class Bannerimage extends StatelessWidget {
'assets/images/slider_1.webp',
width: 600.0,
height: 180.0,
fit: BoxFit.fill,
fit: BoxFit.cover,
)),
Padding(
padding: const EdgeInsets.only(top: 25.0, left: 10.0),