CurrentPosition constructor
const
CurrentPosition({
- Key? key,
- YoutubePlayerController? controller,
Creates CurrentPosition widget.
Implementation
const CurrentPosition({super.key, this.controller});