MainMenu constructor

const MainMenu({
  1. Key? key,
})

Implementation

const MainMenu({Key? key}) : super(key: key);