VLCVideoWidget constructor

const VLCVideoWidget({
  1. Key? key,
  2. required VLCController controller,
})

Implementation

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