BMFTextureMapWidget constructor Null safety

const BMFTextureMapWidget(
  1. {dynamic key,
  2. required dynamic onBMFMapCreated,
  3. dynamic hitTestBehavior = PlatformViewHitTestBehavior.opaque,
  4. dynamic layoutDirection,
  5. dynamic mapOptions}
)

Implementation

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