Remove text in carousel

This commit is contained in:
Moe Poi ~ 2022-05-15 22:27:19 +07:00
parent 3fc8273d28
commit 05220b2263

View file

@ -41,14 +41,9 @@ class _CarouselState extends State<Carousel> {
),
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,
)
),
),
],