MainAppExample constructor

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

Implementation

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