ExampleApp constructor

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

Creates an instance of ExampleApp.

Implementation

const ExampleApp({super.key});