MainApp constructor

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

Implementation

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