ViewAllScreens constructor
const
ViewAllScreens({
- Key? key,
- required dynamic ListName,
Implementation
const ViewAllScreens({super.key, required this.ListName});
const ViewAllScreens({super.key, required this.ListName});