MyApp constructor

const MyApp({
  1. Key? key,
  2. bool isTesting = false,
})

Implementation

const MyApp({super.key, this.isTesting = false});