PopupDesign constructor

const PopupDesign({
  1. Color backgroundColor = Colors.white,
  2. double borderRadius = 20,
})

Implementation

const PopupDesign({
  this.backgroundColor = Colors.white,
  this.borderRadius = 20,
});