BubblePosition class

气泡盒子定位参数

Constructors

BubblePosition.center(double? center)
使用中间偏移
const
BubblePosition.end(double? end)
使用结束偏移
const
BubblePosition.start(double? start)
使用开始偏移
const

Properties

center double?
对齐中间位置偏移,所有位置生效,除了BubbleDirection.none
final
end double?
BubbleDirection.topBubbleDirection.bottom,右边距 BubbleDirection.leftBubbleDirection.right,下边距
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start double?
BubbleDirection.topBubbleDirection.bottom,左边距 BubbleDirection.leftBubbleDirection.right,上边距
final

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 *(double scale) → dynamic
定位参数有值的倍数相乘
operator ==(Object other) bool
The equality operator.
inherited