PopupButton.close constructor

PopupButton.close(
  1. String id
)

button with the localized text “Close”

Implementation

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