AlphaVideoGiftView constructor

AlphaVideoGiftView({
  1. Key? key,
  2. double width = 100,
  3. double height = 100,
  4. String? url,
  5. bool? repeat,
  6. dynamic finishCallBack,
})

Implementation

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