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