BMFTextureMapWidget constructor

const BMFTextureMapWidget({
  1. Key? key,
  2. required BMFMapCreatedCallback onBMFMapCreated,
  3. PlatformViewHitTestBehavior hitTestBehavior = PlatformViewHitTestBehavior.opaque,
  4. TextDirection? layoutDirection,
  5. BMFMapOptions? mapOptions,
})

Implementation

const BMFTextureMapWidget({
  Key? key,
  required this.onBMFMapCreated,
  this.hitTestBehavior = PlatformViewHitTestBehavior.opaque,
  this.layoutDirection,
  this.mapOptions,
}) : super(key: key);