Did you know?
If you add a debugFillProperties()
method to your widget classes, all your custom properties will show in the DevTools.
This information is useful for debugging purposes, and is stripped from release builds (no performance impact).
To learn more about all the supported property types and variants, read the official docs:
Happy coding!