SlideStopType enum

@name:slide_stop_type @package: @author:345 QQ:1831712732 @time:2023/03/30 10:25 @des:移动后回弹停靠的位置

Inheritance

Constructors

SlideStopType()
const

Values

slideStopLeftType → const SlideStopType

停靠在左边

slideStopRightType → const SlideStopType

停靠在右边

slideStopAutoType → const SlideStopType

自动选择

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<SlideStopType>
A constant List of the values in this enum, in order of their declaration.