BMFHollowShape.circle constructor
- {@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;
}