diff --git a/lib/views/screens/add_chapter_screen.dart b/lib/views/screens/add_chapter_screen.dart index ac3e03e6..55c82ad3 100644 --- a/lib/views/screens/add_chapter_screen.dart +++ b/lib/views/screens/add_chapter_screen.dart @@ -90,7 +90,7 @@ class AddNewChapterScreenState extends State { style: const TextStyle(fontSize: 18, fontWeight: FontWeight.bold), ), const SizedBox(height: 10), - Expanded( + Flexible( child: ListView.builder( itemCount: newChapters.length, itemBuilder: (context, index) {