Used to show DropDownView. offsetY: The Y-axis offset of the DropDownMenu in screen
void show(int index, {Offset? offset}) { isExpand = true; headerIndex = index; viewOffset = offset; notifyListeners(); }