AppWidget constructor

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

Root widget of the application.

Implementation

const AppWidget({super.key});