CustomResetButton constructor

const CustomResetButton({
  1. Key? key,
  2. String? buttonText,
  3. double? height,
  4. double? width,
})

Implementation

const CustomResetButton({
  Key? key,
  this.buttonText,
  this.height,
  this.width,
}) : super(key: key);