CustomAngle

data class CustomAngle(val angle: Float) : StartAngle

Custom start angle specified by the given angle in degrees.

Parameters

angle

The custom start angle in degrees.

Constructors

Link copied to clipboard
constructor(angle: Float)

Properties

Link copied to clipboard
open override val angle: Float