PopupButton.cancel constructor
PopupButton.cancel(
- String id
button with the localized text “Cancel”
Implementation
factory PopupButton.cancel(String id) => PopupButton._(id, 'cancel');
button with the localized text “Cancel”
factory PopupButton.cancel(String id) => PopupButton._(id, 'cancel');