标签: constructor flutter superclass
我看过很多关于这种Key类型和super()的教程,但我不知道背后的原因。
MyHomePage({Key key, this.title}) : super(key: key);