PotraitPlayer constructor
const
PotraitPlayer({})
Implementation
const PotraitPlayer({
super.key,
required this.link,
required this.aspectRatio,
this.controlsColor,
this.primaryColor,
this.textColor,
});
const PotraitPlayer({
super.key,
required this.link,
required this.aspectRatio,
this.controlsColor,
this.primaryColor,
this.textColor,
});