StyleThreeWidget constructor
const
StyleThreeWidget({})
Creates a new instance of the StyleThreeWidget class.
Implementation
const StyleThreeWidget({
super.key,
required this.widget,
required this.isPlaying,
required this.progress,
required this.position,
required this.duration,
required this.playAudio,
required this.pauseAudio,
required this.seekTo,
});