AlphaVideoGiftView constructor
AlphaVideoGiftView({})
Implementation
AlphaVideoGiftView({
Key? key,
this.width = 100,
this.height = 100,
this.url,
this.repeat,
this.finishCallBack,
}) : super(key: key);
AlphaVideoGiftView({
Key? key,
this.width = 100,
this.height = 100,
this.url,
this.repeat,
this.finishCallBack,
}) : super(key: key);