AlertButton constructor
AlertButton({
- String? text,
- IconData? icon,
- VoidCallback? onClick,
Implementation
AlertButton({this.text, this.icon, this.onClick});
AlertButton({this.text, this.icon, this.onClick});