alignment property
弹出层对齐位置,如果设置了延迟显示,那么默认弹出层对齐为浮动
Implementation
ElPopupAlignment get alignment => widget.alignment ?? ElPopupAlignment.bottom;
弹出层对齐位置,如果设置了延迟显示,那么默认弹出层对齐为浮动
ElPopupAlignment get alignment => widget.alignment ?? ElPopupAlignment.bottom;