PlayerControls constructor
const
PlayerControls({
- Key? key,
- required double size,
- required Color iconColor,
- required Color backgroundColor,
- required PlayIconShapeType shapeType,
- required bool isPlaying,
- required VoidCallback onPlayPause,
- required TextDirection textDirection,
Constructor for the PlayerControls widget
Implementation
const PlayerControls({
super.key,
required this.size,
required this.iconColor,
required this.backgroundColor,
required this.shapeType,
required this.isPlaying,
required this.onPlayPause,
required this.textDirection,
});