dropDownMenuTop property
dropDownMenuTop that the GZXDropDownMenu top edge is inset from the top of the stack.
Since the GZXDropDownMenu actually returns a Positioned widget, the GZXDropDownMenu must be inside the Stack vertically.
Implementation
double? dropDownMenuTop;