DigitOutLineButton constructor
const
DigitOutLineButton({
- Key? key,
- required String label,
- VoidCallback? onPressed,
- ButtonStyle? buttonStyle,
Implementation
const DigitOutLineButton({
super.key,
required this.label,
this.onPressed,
this.buttonStyle,
});