PopupMenuWidget<T> constructor

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

Implementation

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