HamroPayButton constructor

const HamroPayButton({
  1. Key? key,
  2. double? radius,
  3. double? width,
  4. TextStyle? textStyle,
  5. Widget? widget,
  6. ButtonStyle? style,
  7. double? height,
  8. VoidCallback? onPressed,
  9. String? title,
})

Implementation

const HamroPayButton({
  super.key,
  this.radius,
  this.width,
  this.textStyle,
  this.widget,
  this.style,
  this.height,
  this.onPressed,
  this.title,
});