BMFHollowShape.circle constructor

BMFHollowShape.circle({
  1. required BMFCoordinate? center,
  2. double? radius,
})

圆形镂空

Implementation

BMFHollowShape.circle({required this.center, this.radius}) {
  hollowShapeType = BMFHollowShapeType.circle;
}