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