mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Improve the RenderObject.toString() logic so that there's not blank lines everywhere and to generally be better.
Adds sizes, positions, transforms, improves RenderParagraph's output. R=abarth@chromium.org Review URL: https://codereview.chromium.org/1160233004
This commit is contained in:
parent
7ebb281c5c
commit
a33db92d62
@ -218,5 +218,9 @@ class StocksApp extends App {
|
||||
|
||||
void main() {
|
||||
print("starting stocks app!");
|
||||
new StocksApp();
|
||||
App app = new StocksApp();
|
||||
app.appView.onFrame = () {
|
||||
// uncomment this for debugging:
|
||||
// app.appView.debugDumpRenderTree();
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user