Area Style
constructor(brush: Brush, alpha: Float = 1.0f, colorFilter: ColorFilter? = null, blendMode: BlendMode = DrawScope.DefaultBlendMode)
Parameters
brush
the color/fill to be applied to the area
alpha
opacity to be applied to the brush from 0.0f to 1.0f representing fully transparent to fully opaque respectively
color Filter
ColorFilter to apply to the brush when drawn into the destination
blend Mode
the BlendMode blending algorithm to apply to the brush