Source set: Common
class BrushPainter(val brush: Brush) : Painter()
Painter implementation used to fill the provided bounds with the specified Brush. The intrinsic size of this Painter is determined by Brush.intrinsicSize
Painter implementation used to fill the provided bounds with the specified Brush.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
class BrushPainter(val brush: Brush) : Painter()
Painter implementation used to fill the provided bounds with the specified Brush. The intrinsic size of this Painter is determined by Brush.intrinsicSize
Last updated: