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