PopupMenuWidget<T> constructor

const PopupMenuWidget<T>({
  1. Key? key,
  2. double height = 200,
  3. required Widget child,
})

Implementation

const PopupMenuWidget({super.key, this.height = 200, required this.child});