width property

  1. @Input()
void width=(int w)

Implementation

@Input()
set width(int w) {
  _width = w;

  _player?.setSize(_width, _height);
}