DelegatePainter

open class DelegatePainter(delegate: Painter) : Painter

Inheritors

Constructors

Link copied to clipboard
constructor(delegate: Painter)

Properties

Link copied to clipboard
open override val intrinsicSize: Size

Functions

Link copied to clipboard
fun DrawScope.draw(size: Size, alpha: Float, colorFilter: ColorFilter?)