BMFMapWidget constructor Null safety
- {dynamic key,
- required BMFMapCreatedCallback onBMFMapCreated,
- dynamic hitTestBehavior = PlatformViewHitTestBehavior.opaque,
- dynamic layoutDirection,
- dynamic mapOptions}
BMFMapWidget构造方法
Implementation
const BMFMapWidget({
Key? key,
required this.onBMFMapCreated,
this.hitTestBehavior = PlatformViewHitTestBehavior.opaque,
this.layoutDirection,
this.mapOptions,
}) : super(key: key);