BMFPrismOverlay.buildingForTexture constructor Null safety
- {required BMFBuildInfo? buildInfo,
- required Color? topFaceColor,
- required String? sideFacTexture,
- bool? isGrowthAnimation = true,
- int? showLevel,
- int? height,
- int zIndex = 0,
- bool visible = true}
地图建筑物纹理构造方法
Implementation
BMFPrismOverlay.buildingForTexture({
required this.buildInfo,
required this.topFaceColor,
required this.sideFacTexture,
this.isGrowthAnimation: true,
this.showLevel,
this.height,
int zIndex: 0,
bool visible: true,
}) : assert(buildInfo != null),
super(zIndex: zIndex, visible: visible);