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