``` Widget widget = new FlatButton( onPressed: (){}, child: new Text('你好') ); print(widget); ``` In console only print `FlatButton`,i want detailed widget information ,like this `FlatButton( onPressed: (){}, child: new Text('你好') )`