DrawerWidget constructor

const DrawerWidget({
  1. Key? key,
  2. required void onSelectScreen(
    1. String screen
    ),
})

Implementation

const DrawerWidget({super.key, required this.onSelectScreen});