FlVideoPlayerWithAssetsPicker constructor
const
FlVideoPlayerWithAssetsPicker({})
Implementation
const FlVideoPlayerWithAssetsPicker({
super.key,
required this.controller,
this.autoPlay = true,
this.looping = true,
this.cover,
this.loading = const CircularProgressIndicator(),
this.error = const Icon(Icons.info_outline),
this.controls,
});