BMFHollowShape.circle constructor
BMFHollowShape.circle({
- required BMFCoordinate? center,
- double? radius,
圆形镂空
Implementation
BMFHollowShape.circle({required this.center, this.radius}) {
hollowShapeType = BMFHollowShapeType.circle;
}