Skip to main content

VideoWidget constructor

const VideoWidget({Key? key, required String url, required bool play})

Implementation

const VideoWidget({Key? key, required this.url, required this.play})
: super(key: key);