SkipAdButton constructor

SkipAdButton({
  1. required int seconds,
  2. Function? onClick,
  3. bool isClickable = false,
})

Implementation

SkipAdButton({
  required this.seconds,
  this.onClick,
  this.isClickable = false,
});