HamroPayButton constructor
const
HamroPayButton({
- Key? key,
- double? radius,
- double? width,
- TextStyle? textStyle,
- Widget? widget,
- ButtonStyle? style,
- double? height,
- VoidCallback? onPressed,
- String? title,
Implementation
const HamroPayButton({
super.key,
this.radius,
this.width,
this.textStyle,
this.widget,
this.style,
this.height,
this.onPressed,
this.title,
});