BMFHollowShape.polygon constructor Null safety
- {required List? coordinates}
多边形镂空
Implementation
BMFHollowShape.polygon({required this.coordinates}) {
hollowShapeType = BMFHollowShapeType.polygon;
}
多边形镂空
BMFHollowShape.polygon({required this.coordinates}) {
hollowShapeType = BMFHollowShapeType.polygon;
}