Resize image banner on home screen
This commit is contained in:
parent
f767280567
commit
e799c2783b
1 changed files with 3 additions and 2 deletions
|
@ -8,11 +8,12 @@ class Bannerimage extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container(
|
||||
padding: EdgeInsets.all(20.0),
|
||||
padding: EdgeInsets.all(0.0),
|
||||
child: new Image.asset(
|
||||
'assets/Carousel_1.webp',
|
||||
width: 100.0,
|
||||
width: 600.0,
|
||||
height: 200.0,
|
||||
fit: BoxFit.fill,
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue