CashPayButton constructor
CashPayButton({
- Key? key,
- required double width,
- Alignment? alignment,
- EdgeInsetsGeometry? margin,
- double? height,
- EdgeInsetsGeometry? padding,
- BoxDecoration? decoration,
- Widget? child,
- VoidCallback? onTap,
Implementation
CashPayButton({
Key? key,
required this.width,
this.alignment, this.margin, this.height, this.padding, this.decoration, this.child, this.onTap
,
}) : super(
key: key,
);