ChatPopBorder constructor
@param offset 箭头水平偏移比例(0.0~1.0) @param arrowSize 箭头尺寸(宽/高) @param position 箭头绝对定位位置(可覆盖offset参数)
Implementation
ChatPopBorder({
this.offset = 0.8,
this.arrowSize = const Size(10, 10),
this.position,
});
@param offset 箭头水平偏移比例(0.0~1.0) @param arrowSize 箭头尺寸(宽/高) @param position 箭头绝对定位位置(可覆盖offset参数)
ChatPopBorder({
this.offset = 0.8,
this.arrowSize = const Size(10, 10),
this.position,
});