ViewAllScreens constructor

const ViewAllScreens({
  1. Key? key,
  2. required dynamic ListName,
})

Implementation

const ViewAllScreens({super.key, required this.ListName});