CurrentPosition constructor

const CurrentPosition({
  1. Key? key,
  2. YoutubePlayerController? controller,
})

Creates CurrentPosition widget.

Implementation

const CurrentPosition({super.key, this.controller});