MyApp constructor

const MyApp({
  1. Key? key,
  2. User? user,
})

Implementation

const MyApp({super.key, this.user});