BMFInfoWindow constructor Null safety
- {required String image,
- required BMFCoordinate coordinate,
- double? yOffset,
- bool? isAddWithBitmap}
BMFInfoWindow构造方法
Implementation
BMFInfoWindow({
required this.image,
required this.coordinate,
this.yOffset,
this.isAddWithBitmap,
}) {
this._id = this.hashCode.toString();
}