MyHomePage constructor

MyHomePage({Key key, String title })

Implementation

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