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