MyApp constructor

MyApp({
  1. Key? key,
})

Implementation

MyApp({Key? key, }) : super(key: key);