StyledCupertinoButton constructor
- Key? key,
- required String label,
- EdgeInsets padding = EdgeInsets.zero,
- void onPressed()?,
- TextStyle? style,
Implementation
const StyledCupertinoButton({
super.key,
required this.label,
this.padding = EdgeInsets.zero,
this.onPressed,
this.style,
});