skip to Main Content

ListView viewable under background – Flutter

I'm encountering a little issue which is surely easily resolvable but I can't find any solution. All the suggested subjetcs are about custom backgrounds... Here is my code : class HomeTest extends StatefulWidget { const HomeTest({super.key}); @override State<HomeTest> createState() =>…

VIEW QUESTION
Back To Top
Search