AlertButton constructor
AlertButton({
- String? text,
- IconData? icon,
- VoidCallback? onClick,
Creates an alert button configuration.
Implementation
AlertButton({this.text, this.icon, this.onClick});