CupertinoControls constructor
const
CupertinoControls({})
Implementation
const CupertinoControls({
required this.backgroundColor,
required this.iconColor,
this.showPlayButton = true,
Key? key,
}) : super(key: key);