dottedLine property Null safety
read / write
设置圆是否虚线(Android独有)
与BMFLineDashType配合使用;为true,则circle可以渲染成虚线,为fasle则不能,
Implementation
bool? dottedLine;
设置圆是否虚线(Android独有)
与BMFLineDashType配合使用;为true,则circle可以渲染成虚线,为fasle则不能,
bool? dottedLine;