dropDownMenuTop property

double? dropDownMenuTop
getter/setter pair

dropDownMenuTop that the DropDownMenu top edge is inset from the top of the stack.

Since the DropDownMenu actually returns a Positioned widget, the DropDownMenu must be inside the Stack vertically.

Implementation

double? dropDownMenuTop;