BMFHollowShape constructor Null safety

BMFHollowShape(
  1. {required BMFHollowShapeType hollowShapeType,
  2. List<BMFCoordinate>? coordinates,
  3. BMFCoordinate? center,
  4. double? radius}
)

有参构造

Implementation

BMFHollowShape({
  required this.hollowShapeType,
  this.coordinates,
  this.center,
  this.radius,
});