mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix analyzer warning
This commit is contained in:
parent
d7e6f7b751
commit
01e7c6966e
@ -12,7 +12,7 @@ void main() {
|
|||||||
new RenderDecoratedBox(decoration: new BoxDecoration())
|
new RenderDecoratedBox(decoration: new BoxDecoration())
|
||||||
];
|
];
|
||||||
|
|
||||||
RenderBox grid = new RenderGrid(children: children, maxChildExtent: 100.0);
|
RenderGrid grid = new RenderGrid(children: children, maxChildExtent: 100.0);
|
||||||
RenderingTester tester = layout(grid, constraints: const BoxConstraints(maxWidth: 200.0));
|
RenderingTester tester = layout(grid, constraints: const BoxConstraints(maxWidth: 200.0));
|
||||||
|
|
||||||
children.forEach((child) {
|
children.forEach((child) {
|
||||||
|
Loading…
Reference in New Issue
Block a user