Closed
Description
Issue by Hixie
Monday Sep 14, 2015 at 16:32 GMT
Originally opened as https://github.com/flutter/engine/issues/1156
We should have BoxDecoration inherit from a superclass that has a "get painter" method that returns an object that does the painting, and BoxDecoration overrides that method to return a BoxPainter constructed with a copy of the BoxDecoration in question.