LandscapeVideo constructor

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

Implementation

LandscapeVideo({
  Key? key,
  this.controlsColor,
  this.primaryColor,
  this.textColor,
}) : super(key: key);