Skip to content

Commit fafa65a

Browse files
author
fbchen
committed
close overlay default
1 parent 397d87e commit fafa65a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.8.4-stable:
1+
0.8.5-stable:
22
The first version published to pub.dev.
33

44
The following functions are supported:

lib/src/constraint_layout.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ConstraintLayout extends MultiChildRenderObjectWidget {
2929
this.debugShowGuideline = false,
3030
this.debugShowClickArea = false,
3131
this.debugPrintConstraints = false,
32-
this.debugPrintLayoutTime = true,
32+
this.debugPrintLayoutTime = false,
3333
this.debugCheckConstraints = true,
3434
this.releasePrintLayoutTime = false,
3535
this.debugName,
@@ -2089,6 +2089,9 @@ class _ConstraintRenderBox extends RenderBox
20892089
textAlign: TextAlign.center,
20902090
fontSize: 8,
20912091
));
2092+
paragraphBuilder.pushStyle(ui.TextStyle(
2093+
color: Colors.green,
2094+
));
20922095
paragraphBuilder.addText('The bottom one is the latest');
20932096
ui.Paragraph paragraph = paragraphBuilder.build();
20942097
paragraph.layout(const ui.ParagraphConstraints(

0 commit comments

Comments
 (0)