---
title: "BrushPainter"
description: "[Painter] implementation used to fill the provided bounds with the specified [Brush]. The
intrinsic size of this [Painter] is determined by [Brush.intrinsicSize]"
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
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`



