Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.32 KB

File metadata and controls

42 lines (26 loc) · 1.32 KB

How to use debugRepaintRainbowEnabled

Did you know?

debugRepaintRainbowEnabled helps you discover widgets/areas that unexpectedly repaint in your app.

Here's how to set it 👇


If you discover widgets that repaint when they shouldn't, wrap them with RepaintBoundary.

This can improve rendering performance, but only use it when necessary (RepaintBoundary has some extra CPU/memory cost).

Learn more here:


Previous Next
TextFormField Setup for Numeric Inputs How to Disable Impeller on Android