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