Skip to content

Root widget ignores sizing #5872

@mpcomplete

Description

@mpcomplete

Example:

  runApp(new SizedBox(
    height: 50.0,
    child: new Container(decoration: new BoxDecoration(backgroundColor: Colors.green[500]), height: 50.0)
  ));

I would expect this to create a strip of green 50 pixels high. Instead, the whole screen is filled with green.

Metadata

Metadata

Assignees

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