Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix endless recursion exporting Padding widget
`export()` stucks on a padding widget as it passes itself into `DynamicWidgetBuilder.export(...)` instead of the child.
- Loading branch information