MyPopupMenu constructor
const
MyPopupMenu({})
Implementation
const MyPopupMenu({
Key? key,
required this.child,
this.color = const Color(0xFFFFFFFF),
this.borderRadius = 12,
this.padding,
this.trianglePointerSize = const Size(20, 10),
this.elevation = 10,
this.horizontalOffset = 0,
}) : super(key: key);