BubbleBoxBorder class

气泡盒子边框参数

Constructors

BubbleBoxBorder({Color color = const Color(0xFF000000), double width = 1, BubbleBoxBorderStyle style = BubbleBoxBorderStyle.solid, double? dashedGap, double dashedWidth = 5, Gradient? gradient})

Properties

color Color
设置线条颜色
final
dashedGap double?
如果是虚线,设置虚线的空白间隙
final
dashedWidth double
如果是虚线,设置虚线线条的长度
final
gradient Gradient?
渐变,应用于边框颜色,color将无效
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style BubbleBoxBorderStyle
设置虚线、实线、无线条
final
width double
设置线条宽度
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scale(double t) BubbleBoxBorder
放大倍率
toString() String
A string representation of this object.
inherited

Operators

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