Whiteboard Options
data class WhiteboardOptions(val customWidth: Float, val customHeight: Float, val parameters: WhiteboardParameters, val showAspect: Boolean = true)
Options for configuring the Whiteboard widget.
Constructors
Link copied to clipboard
constructor(customWidth: Float, customHeight: Float, parameters: WhiteboardParameters, showAspect: Boolean = true)