Harry Terkelsen f55b2419db [web] Store Paint.color as an int. Only create a ui.Color when the color getter is called. (flutter/engine#37092)
* Store color as the int value. Only create a color when getter is called

* Refactor tests and painting

* Change SurfacePaintData to have default opaque black color
2022-11-01 16:31:47 -07:00
..