VxTimerButton constructor

const VxTimerButton({
  1. int? second,
  2. Color? bgColor,
  3. dynamic button,
  4. VoidCallback? tap,
})

Implementation

const VxTimerButton({
  this.second,
  this.bgColor,
  this.button,
  this.tap,
});