AlertAction constructor

const AlertAction({
  1. String title = "确定",
  2. int value = ALERT_OK,
})

Implementation

const AlertAction({this.title = "确定", this.value = ALERT_OK});