CursorConfig

interface CursorConfig : Stroke

The configuration interface for a CursorImpl.

Properties

show
Link copied to clipboard
common
abstract var show: Boolean
Show / hide the CursorImpl.
strokeColor
Link copied to clipboard
common
abstract var strokeColor: Color?
The stroke Color, use null for no stroke.
strokeWidth
Link copied to clipboard
common
abstract var strokeWidth: Double?
The stroke thickness, null for no stroke.
type
Link copied to clipboard
common
abstract var type: CursorType
Type of CursorImpl: horizontal, vertical or crosshair.