ControlsIconSet

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) })
constructor(arrowDown: DashIcon, arrowLeft: DashIcon, arrowRight: DashIcon, arrowUp: DashIcon, calibration: DashIcon, cross: DashIcon, dragControl: DashIcon, keyboard: DashIcon, longArrowLeft: DashIcon, longArrowRight: DashIcon, pencil: DashIcon, plusRound: DashIcon)