Composables UI is out: our new component library for Compose Multiplatform ->
Class

ColorPainter

Painter implementation used to fill the provided bounds with the specified color

Source set: Common
class ColorPainter(val color: Color) : Painter()

Painter implementation used to fill the provided bounds with the specified color

Last updated: