File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- 0.8.4 -stable:
1+ 0.8.5 -stable:
22The first version published to pub.dev.
33
44The following functions are supported:
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments