Skip to content

Commit

Permalink
Merge pull request #2 from Shihara-Dilshan/feature_layout
Browse files Browse the repository at this point in the history
item carousel performance check
  • Loading branch information
Shihara-Dilshan authored Jan 17, 2022
2 parents 945ab7e + 3ac5c5b commit 38c4121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/dashboard/item_carousel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final List<Widget> imageSliders = imgList
child: Container(
margin: EdgeInsets.only(right: 10.0, bottom: 20.0),
child: ClipRRect(
borderRadius: BorderRadius.all(Radius.circular(5.0)),
borderRadius: BorderRadius.all(Radius.circular(6.0)),
child: Stack(
children: <Widget>[
Image.network(item, fit: BoxFit.cover, width: 1000.0),
Expand Down

0 comments on commit 38c4121

Please sign in to comment.