VentButton constructor
VentButton({
- Key? key,
- dynamic onTap()?,
- VentButtonStyle? buttonStyle,
- required String? buttonText,
Implementation
VentButton({
super.key,
this.onTap,
this.buttonStyle,
required this.buttonText,
});