BMFGround constructor
BMFGround({})
BMFGround构造方法
Implementation
BMFGround({
required this.image,
this.width,
this.height,
this.anchorX,
this.anchorY,
this.zoomLevel,
this.bounds,
this.position,
this.transparency = 1.0,
this.clickable = false,
int zIndex = 0,
bool visible = true,
Map? customMap,
}) : super(zIndex: zIndex, visible: visible, customMap: customMap);