WhiteboardOptions

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val showAspect: Boolean = true