LandscapePlayer constructor

LandscapePlayer({
  1. Key? key,
  2. Color? controlsColor,
  3. Color? primaryColor,
  4. Color? textColor,
})

Implementation

LandscapePlayer({
  super.key,
  this.controlsColor,
  this.primaryColor,
  this.textColor,
});