diff --git a/lib/components/carousel.dart b/lib/components/carousel.dart index 9a4db11..4149693 100644 --- a/lib/components/carousel.dart +++ b/lib/components/carousel.dart @@ -41,14 +41,9 @@ class _CarouselState extends State { ), padding: EdgeInsets.symmetric( vertical: 10.0, horizontal: 20.0), - child: Text( - 'No. ${imgList.indexOf(item)} image', - style: TextStyle( - color: Colors.white, - fontSize: 20.0, - fontWeight: FontWeight.bold, - ), - ), + child: SizedBox( + width: 1.0, + ) ), ), ],