Skip to content

FlatButton has no debugFillProperties #11808

@lishuhao

Description

@lishuhao
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('你好') )

Metadata

Metadata

Assignees

No one assigned

    Labels

    frameworkflutter/packages/flutter repository. See also f: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions