TargetVideoPlayerView constructor
const
TargetVideoPlayerView({
- Key? key,
- ValueChanged<
int> ? onCreated, - Size? size,
Implementation
const TargetVideoPlayerView({
super.key,
this.onCreated, this.size,
});