PopupButton.cancel constructor

PopupButton.cancel(
  1. String id
)

button with the localized text “Cancel”

Implementation

factory PopupButton.cancel(String id) => PopupButton._(id, 'cancel');