CustomPlayer constructor

CustomPlayer({
  1. Key? key,
  2. double? left = 0,
  3. double? top = 0,
  4. double? height,
  5. double? width,
})

Implementation

CustomPlayer({Key? key,  this.left = 0, this.top = 0, this.height, this.width}) : super(key: key);