Rename Slider_1 to image_banner

This commit is contained in:
Moe Poi ~ 2022-05-28 21:46:44 +07:00
parent 261050a68d
commit 9936832134
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View file

@ -15,7 +15,7 @@ class Bannerimage extends StatelessWidget {
Container(
padding: const EdgeInsets.all(0.0),
child: Image.asset(
'assets/images/slider_1.webp',
'assets/images/image_banner.webp',
width: 600.0,
height: 180.0,
fit: BoxFit.cover,