BMFHollowShape constructor Null safety
- {required BMFHollowShapeType hollowShapeType,
- List? coordinates,
- dynamic center,
- double? radius}
有参构造
Implementation
BMFHollowShape({
required this.hollowShapeType,
this.coordinates,
this.center,
this.radius,
});