DCM @dcm.dev · Aug 7

If your #Flutter widget tree has a matching sequence of "Align", "Padding", "ClipPath", and others, it can often be replaced with a single "Container" widget. Use the "prefer-container" rule to simplify the layout dcm.dev/docs/rules/f...

7 likes 0 replies

?