Package-level declarations

Types

Link copied to clipboard
class IconPainter(    image: ImageBitmap,     srcSize: IntSize = IntSize(image.width, image.height),     padding: Dp = 20.dp,     tint: Color? = null,     backgroundColor: Color = Color.Transparent) : Painter

A Painter that draws an icon with padding and tint.