MainScreen constructor

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

Creates a MainScreen widget.

Implementation

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