ArcControlDrawer

public ArcControlDrawer ArcControlDrawer(ColorsScheme colors, Float strokeWidth, Float sweepAngle)

Parameters

colors

The colors for the drawer.

strokeWidth

The stroke width of the paint.

sweepAngle

The arc sweep angle.


public ArcControlDrawer ArcControlDrawer(@ColorInt() Integer color, Float strokeWidth, Float sweepAngle)

Parameters

color

The unique initial color for the drawer.

strokeWidth

The stroke width of the paint.

sweepAngle

The arc sweep angle.