DialogButton constructor

DialogButton(
  1. String label,
  2. dynamic value, {
  3. bool dismiss = true,
  4. bool isDefault = false,
  5. VoidCallback? onPressed,
})

Implementation

DialogButton(this.label, this.value,
    {this.dismiss = true, this.isDefault = false, this.onPressed});