PopElement constructor

const PopElement({
  1. Key? key,
  2. required PopModel element,
})

Implementation

const PopElement({Key? key, required this.element}) : super(key: key);