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) })