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].
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