App constructor

App(
  1. dynamic main, {
  2. Key? key,
})

Implementation

App(main, {super.key}){
  conf=main;
}