NextButton constructor

NextButton({
  1. double? fontSize,
  2. double? width,
  3. double? iconSize,
})

Implementation

NextButton({
  this.fontSize,
  this.width,
  this.iconSize,
});