AlertButton constructor

AlertButton({
  1. String? text,
  2. IconData? icon,
  3. VoidCallback? onClick,
})

Implementation

AlertButton({this.text, this.icon, this.onClick});