PopupButtonType.singleButton constructor
const
PopupButtonType.singleButton({
- required String label,
- @Default.new(null) void onPressed()?,
Implementation
const factory PopupButtonType.singleButton({required String label, @Default(null) void Function()? onPressed}) = SinglePopupButton;