ControlsIconSet
@Immutable
Constructors
Link copied to clipboard
constructor(colors: DashColors, context: Context, arrowDown: DashIcon = DashIcon(context) { arrowDown(colors) }, arrowLeft: DashIcon = DashIcon(context) { arrowLeft(colors) }, arrowRight: DashIcon = DashIcon(context) { arrowRight(colors) }, arrowUp: DashIcon = DashIcon(context) { arrowUp(colors) }, calibration: DashIcon = DashIcon(context) { calibration(colors) }, cross: DashIcon = DashIcon(context) { cross(colors) }, dragControl: DashIcon = DashIcon(context) { dragControl(colors) }, keyboard: DashIcon = DashIcon(context) { keyboard(colors) }, longArrowLeft: DashIcon = DashIcon(context) { longArrowLeft(colors) }, longArrowRight: DashIcon = DashIcon(context) { longArrowRight(colors) }, pencil: DashIcon = DashIcon(context) { pencil(colors) }, plusRound: DashIcon = DashIcon(context) { plusRound(colors) })
Properties
Functions
Link copied to clipboard
fun copy(arrowDown: DashIcon = this.arrowDown, arrowLeft: DashIcon = this.arrowLeft, arrowRight: DashIcon = this.arrowRight, arrowUp: DashIcon = this.arrowUp, calibration: DashIcon = this.calibration, cross: DashIcon = this.cross, dragControl: DashIcon = this.dragControl, keyboard: DashIcon = this.keyboard, longArrowLeft: DashIcon = this.longArrowLeft, longArrowRight: DashIcon = this.longArrowRight, pencil: DashIcon = this.pencil, plusCircle: DashIcon = this.plusRound): ControlsIconSet