DialogButton constructor
DialogButton(
- String label,
- dynamic value, {
- bool dismiss = true,
- bool isDefault = false,
- VoidCallback? onPressed,
Implementation
DialogButton(this.label, this.value,
{this.dismiss = true, this.isDefault = false, this.onPressed});