Closed
Description
Issue by Hixie
Thursday Jul 16, 2015 at 22:25 GMT
Originally opened as https://github.com/flutter/engine/issues/26
From @Hixie on July 14, 2015 17:22
You can now easily tell what components paint outside their bounds by turning on debugPaintBoundsEnabled in sdk/lib/base/debug.dart. I noticed at least the following in the stocks app:
- radio buttons
- switches
- anything with shadows, including drawer, popup menu, toolbar, floating action button, dialog
- circles in the stock row
/cc @collinjackson @iansf
Copied from original issue: domokit/mojo#321