BMFHollowShape constructor
- {@required BMFHollowShapeType hollowShapeType,
- List<
BMFCoordinate> coordinates, - BMFCoordinate center,
- double radius}
有参构造
Implementation
BMFHollowShape(
{@required this.hollowShapeType,
this.coordinates,
this.center,
this.radius});