ElPopupAlignment enum

弹出层的对齐方式

Inheritance
Available extensions

Values

left → const ElPopupAlignment
leftStart → const ElPopupAlignment
leftEnd → const ElPopupAlignment
top → const ElPopupAlignment
topStart → const ElPopupAlignment
topEnd → const ElPopupAlignment
rightStart → const ElPopupAlignment
rightEnd → const ElPopupAlignment
bottom → const ElPopupAlignment
bottomStart → const ElPopupAlignment
bottomEnd → const ElPopupAlignment
center → const ElPopupAlignment

以目标子组件中心为基点,显示弹窗

float → const ElPopupAlignment

跟随指针的触摸位置

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isBottom bool
no setter
isCenter bool
no setter
isEnd bool
no setter
isHorizontal bool
no setter
isLeft bool
no setter
isRight bool
no setter
isStart bool
no setter
isTop bool
no setter
isVertical bool
no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toAxisDirection AxisDirection
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ElPopupAlignment>
A constant List of the values in this enum, in order of their declaration.