create an horizontal List View inside a child of Horizontal ListView
问题 I am new in flutter and I want to show an horizontal list when i click in a child of an Horizontal ListView. I Tried with this code but i dont knpw how to add the child ListView when I taped in InkWell there is another way to this, class Category extends StatelessWidget { final String image_location; final String image_caption; Category({this.image_location, this.image_caption}); @override Widget build(BuildContext context) { return Padding( padding: const EdgeInsets.all(2.0), child: InkWell(