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