PlayerIconSet

constructor(colors: DashColors, context: Context, appleMusic: DashIcon = DashIcon(context) { appleMusic() }, forward: DashIcon = DashIcon(context) { forward(colors) }, pause: DashIcon = DashIcon(context) { pause(colors) }, play: DashIcon = DashIcon(context) { play(colors) }, rewind: DashIcon = DashIcon(context) { rewind(colors) }, shuffle: DashIcon = DashIcon(context) { shuffle(colors) }, spotifyWithBackground: DashIcon = DashIcon(context) { spotifyWithBackground(colors) })
constructor(appleMusic: DashIcon, forward: DashIcon, pause: DashIcon, play: DashIcon, rewind: DashIcon, shuffle: DashIcon, spotifyWithBackground: DashIcon)