PlayButton constructor
- {Key? key,
- required bool isPlaying(
- BuildContext context
- Future onPressed(
- BuildContext context
- required Color iconColor,
- double? iconSize}
Implementation
const PlayButton(
{super.key,
required this.isPlaying,
this.onPressed,
required this.iconColor,
this.iconSize});