DelegatePainter

open class DelegatePainter(delegate: Painter) : Painter

A painter that delegates drawing to another Painter, but can apply custom alphas, filters and layoutDirection to it.

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?)