SecondaryScreen constructor

const SecondaryScreen({
  1. Key? key,
  2. required SwipeableDrawerController controller,
})

Creates a SecondaryScreen widget.

Implementation

const SecondaryScreen({super.key, required this.controller});