PopupLayer constructor

const PopupLayer({
  1. Key? key,
  2. required PopupDisplayOptions popupDisplayOptions,
})

Implementation

const PopupLayer({
  super.key,
  required this.popupDisplayOptions,
});