AMapNavView constructor

const AMapNavView({
  1. Key? key,
  2. NavCreatedCallback? onMapNavViewCreated,
  3. PlatformViewHitTestBehavior? hitTestBehavior = PlatformViewHitTestBehavior.opaque,
  4. TextDirection? layoutDirection,
  5. required AMapNavOptions? amapNavOptions,
})

Implementation

const AMapNavView({
  Key? key,
  this.onMapNavViewCreated,
  this.hitTestBehavior = PlatformViewHitTestBehavior.opaque,
  this.layoutDirection,
  required this.amapNavOptions,
}) : super(key: key);