MyHomePage constructor

const MyHomePage({
  1. Key? key,
  2. String? title,
})

Implementation

const MyHomePage({Key? key, this.title}) : super(key: key);