PopupHeader constructor

const PopupHeader({
  1. Key? key,
  2. PopupText? title,
  3. Icon? icon,
})

Implementation

const PopupHeader({
  super.key,
  this.title,
  this.icon,
});