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