AMapView constructor

const AMapView({
  1. Key? key,
  2. MapCreatedCallback? onAMapViewCreated,
  3. PlatformViewHitTestBehavior? hitTestBehavior = PlatformViewHitTestBehavior.opaque,
  4. TextDirection? layoutDirection,
  5. AMapOptions? amapOptions = const AMapOptions(),
})

Implementation

const AMapView({
  Key? key,
  this.onAMapViewCreated,
  this.hitTestBehavior = PlatformViewHitTestBehavior.opaque,
  this.layoutDirection,
  this.amapOptions = const AMapOptions(),
}) : super(key: key);