BubbleArrowDirection enum
create_user: zhengzaihong email:1096877329@qq.com create_date: 2022/6/16 create_time: 9:19 describe: 气泡组件 箭头支持渐变、边框、阴影 → 箭头和气泡保持一致的视觉效果。 可配置 arrowShape → 支持三角形 / 圆角三角形 / 弧形等扩展。 箭头大小自适应 → 可选开关 arrowAdaptive,自动缩放避免超过边界或圆角。 支持 clipBehavior → 控制是否裁剪气泡内容。 支持 BoxDecoration(颜色、渐变、圆角、阴影、边框)。 箭头方向
Values
- left → const BubbleArrowDirection
- top → const BubbleArrowDirection
- right → const BubbleArrowDirection
- bottom → const BubbleArrowDirection
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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
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<
BubbleArrowDirection> - A constant List of the values in this enum, in order of their declaration.