PlayerView constructor
Implementation
const PlayerView({
super.key,
required this.source,
this.resourceId,
this.initialKey,
this.initialIndex = 0,
this.onReply,
this.onShare,
this.onReact,
this.onScrollTo,
});
const PlayerView({
super.key,
required this.source,
this.resourceId,
this.initialKey,
this.initialIndex = 0,
this.onReply,
this.onShare,
this.onReact,
this.onScrollTo,
});