SelectionConfig

data class SelectionConfig(fill: Color, strokeColor: Color?, strokeWidth: Double?)

Selection layer configuration.

Constructors

SelectionConfig
Link copied to clipboard
common
fun SelectionConfig(fill: Color = Colors.Web.lightblue.withAlpha(30.pct), strokeColor: Color? = null, strokeWidth: Double? = null)

Properties

fill
Link copied to clipboard
common
var fill: Color
The filling Color of the selection layer.
strokeColor
Link copied to clipboard
common
var strokeColor: Color? = null
The stroke Color of the selection layer.
strokeWidth
Link copied to clipboard
common
var strokeWidth: Double? = null
The stroke thickness of the selection layer.