Selection Config
data class SelectionConfig(fill: Color, strokeColor: Color?, strokeWidth: Double?)
Content copied to clipboard
Selection layer configuration.
Constructors
SelectionConfig
Link copied to clipboard
fun SelectionConfig(fill: Color = Colors.Web.lightblue.withAlpha(30.pct), strokeColor: Color? = null, strokeWidth: Double? = null)
Content copied to clipboard
Properties
strokeColor
Link copied to clipboard
The stroke Color of the selection layer.
strokeWidth
Link copied to clipboard
The stroke thickness of the selection layer.