SecondaryScreen constructor
const
SecondaryScreen({
- Key? key,
- required SwipeableDrawerController controller,
Creates a SecondaryScreen widget.
Implementation
const SecondaryScreen({super.key, required this.controller});