ExampleApp constructor

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

Implementation

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