VLCVideoWidget constructor
const
VLCVideoWidget({
- Key? key,
- required VLCController controller,
Implementation
const VLCVideoWidget({Key? key, required this.controller}) : super(key: key);